2016-05-27 |
Richard Levitte | Fix fmtstr for BIO_printf() et al
|
commit | commitdiff | tree |
2016-05-27 |
Richard Levitte | make sure to put quotes around -config argument, in...
|
commit | commitdiff | tree |
2016-05-27 |
Richard Levitte | perl glob: make sure to put quotes around the pattern...
|
commit | commitdiff | tree |
2016-05-27 |
Richard Levitte | Windows makefile: handle the case with space in source...
|
commit | commitdiff | tree |
2016-05-27 |
Richard Levitte | Configure: handle spaces in source directory spec
|
commit | commitdiff | tree |
2016-05-27 |
Richard Levitte | Allow space in PERL spec (unix only)
|
commit | commitdiff | tree |
2016-05-25 |
Richard Levitte | Handle Visual C warning about non-standard function...
|
commit | commitdiff | tree |
2016-05-25 |
Richard Levitte | Don't clean away headers generated by Configure
|
commit | commitdiff | tree |
2016-05-25 |
Richard Levitte | Make sure crypto-mdebug-backtrace must be enabled explicitely
|
commit | commitdiff | tree |
2016-05-25 |
Richard Levitte | build.info files: add quotes around any spec that may...
|
commit | commitdiff | tree |
2016-05-25 |
Richard Levitte | Configure: To allow file names with spaces, tokenize...
|
commit | commitdiff | tree |
2016-05-24 |
Richard Levitte | Complete the list of files to clean up on Windows
|
commit | commitdiff | tree |
2016-05-24 |
Richard Levitte | Communicate Configure generated header files to build...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Windows notes: add a few lines on gaining admin privs...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | VMS: show the ossl_dataroot logical as well when doing...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Install the scripts the same way on Windows and VMS...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Make sure tsget.pl and c_rehash.pl get installed on...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Make sure tsget and c_rehash are named with .pl suffix...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Make sure to initialize all CA.pl variables properly
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | VMS: remove last VAX vestiges
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Slight cleanup of the collection of READMEs, INSTALLs...
|
commit | commitdiff | tree |
2016-05-23 |
Richard Levitte | Windows: shut DEL up
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | Complete the rename of LHASH functions and types
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | util/process_docs.pl: Add more debugging output
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | Improve the checking of pod sections
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | HTML docs on Unix: Add a HTML title
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | process_docs.pl: When starting to read a new head1...
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | Add a missing comma in OPENSSL_malloc.pod
|
commit | commitdiff | tree |
2016-05-22 |
Richard Levitte | Add the missing NAME header in the OCSP docs
|
commit | commitdiff | tree |
2016-05-21 |
Richard Levitte | Have doc-nit-check look for mandatory manual sections
|
commit | commitdiff | tree |
2016-05-20 |
Richard Levitte | Clean up the VMS hacks in crypto/rand/randfile.c
|
commit | commitdiff | tree |
2016-05-20 |
Richard Levitte | VMS: setbuf() only takes 32-bit pointers
|
commit | commitdiff | tree |
2016-05-20 |
Richard Levitte | Fixup READLINE case
|
commit | commitdiff | tree |
2016-05-19 |
Richard Levitte | Use the process_docs script to install docs on Windows...
|
commit | commitdiff | tree |
2016-05-19 |
Richard Levitte | Documentation processor in perl, for platforms that...
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | Small typo, a tab where there should have been a space
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | Cleanup openssl.ec
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | Fix util/mkerr.pl
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | Document the esc_2254 command line name option
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-05-18 |
Richard Levitte | Make it possible to have RFC2254 escapes with ASN1_STRING_pr...
|
commit | commitdiff | tree |
2016-05-18 |
Kazuki Yamaguchi | Fix a NULL dereference in chacha20_poly1305_init_key() Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Documentation: Clarify sizes for UI_add_input_string()
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Don't require any length of password when decrypting
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Add support for RC / WINDRES env variables
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Add missing initialiser in e_chil.c
|
commit | commitdiff | tree |
2016-05-16 |
Cristian Stoica | do not remove links found in .git directory Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Windows: Add CRYPT32.LIB to the libraries to link you...
|
commit | commitdiff | tree |
2016-05-16 |
Richard Levitte | Small MSVC build fixes.
|
commit | commitdiff | tree |
2016-05-16 |
FdaSilvaYY | Fix some missing OBJ_dup failure checks. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-14 |
Richard Levitte | openssl_{startup,shutdown}.com.in are in the source...
|
commit | commitdiff | tree |
2016-05-14 |
Kirill Marinushkin | Fix engine cryptodev: pointer to IV Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-13 |
Richard Levitte | VMS perl: Fix glob output
|
commit | commitdiff | tree |
2016-05-12 |
Richard Levitte | Windows: When installing libraries and executables...
|
commit | commitdiff | tree |
2016-05-12 |
Richard Levitte | DJGPP adjustments
|
commit | commitdiff | tree |
2016-05-12 |
Richard Levitte | Move the DJGPP target to its own config.
|
commit | commitdiff | tree |
2016-05-12 |
Richard Levitte | Remove openssl.spec
|
commit | commitdiff | tree |
2016-05-12 |
Richard Levitte | Add a case for 64-bit OS X in config
|
commit | commitdiff | tree |
2016-05-11 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-05-10 |
Richard Levitte | Fix the docs for ERR_remove_thread_state and ERR_remove_state
|
commit | commitdiff | tree |
2016-05-10 |
Richard Levitte | Restore the ERR_remove_thread_state() API and make...
|
commit | commitdiff | tree |
2016-05-10 |
Richard Levitte | Have [.VMS]openssl_{startup,shutdown}.com depend on...
|
commit | commitdiff | tree |
2016-05-10 |
Richard Levitte | Fix VMS/openssl_{startup,shutddown}.com.in
|
commit | commitdiff | tree |
2016-05-09 |
Richard Levitte | Add NULL check in i2d_PrivateKey()
|
commit | commitdiff | tree |
2016-05-09 |
Hansruedi Patzen | Fix: failed to open config file if not specified when... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-09 |
Richard Levitte | VMS: support VERBOSE and V in descrip.mms
|
commit | commitdiff | tree |
2016-05-06 |
isnotnick | RT3513: req doesn't display attributes using utf8string Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-04 |
Richard Levitte | Complete the list of names in doc/ssl/SSL_CTX_load_verify_lo...
|
commit | commitdiff | tree |
2016-05-04 |
Richard Levitte | Check return of PEM_write_* functions and report possible...
|
commit | commitdiff | tree |
2016-05-04 |
Marek Klein | DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl... Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-04 |
Richard Levitte | Allow spaces in filenames when using perl's glob
|
commit | commitdiff | tree |
2016-05-03 |
Dmitry-Me | Properly own the duplicated string Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-03 |
Dmitry-Me | Improve comment Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-05-03 |
Richard Levitte | Try 'make install' with one of the Travis configurations
|
commit | commitdiff | tree |
2016-05-02 |
Richard Levitte | Document the addition of OPENSSL_LOCAL_CONFIG_DIR
|
commit | commitdiff | tree |
2016-05-02 |
Richard Levitte | Add the possibility for local build file templates
|
commit | commitdiff | tree |
2016-05-02 |
Richard Levitte | Add the possibility to have an extra local OpenSSL...
|
commit | commitdiff | tree |
2016-05-02 |
Richard Levitte | Remove personal configs from version control
|
commit | commitdiff | tree |
2016-05-01 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-05-01 |
Richard Levitte | Add the adjusted perl scripts to the set of "update...
|
commit | commitdiff | tree |
2016-05-01 |
Richard Levitte | Adjust a last few generators to new license boilerplate...
|
commit | commitdiff | tree |
2016-05-01 |
Richard Levitte | Skip blank lines if old copyright comment was removed...
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | Remove BIO_dummy, it's old cruft
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | Change 'struct bio_st' in all public header where applicable
|
commit | commitdiff | tree |
2016-04-29 |
David Benjamin | Avoid overflow issues in X509_cmp. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | VMS: only explicitely translate names in library C...
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | VMS: It seems DEC C doesn't handle certain header files...
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | make update
|
commit | commitdiff | tree |
2016-04-29 |
Richard Levitte | apps/progs.pl: don't make digests disablable by default
|
commit | commitdiff | tree |
2016-04-28 |
Christian Heimes | Add getters for X509_STORE and X509_OBJECT members Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
2016-04-28 |
Richard Levitte | Fix BIO_set_nbio_accept()
|
commit | commitdiff | tree |
2016-04-28 |
Richard Levitte | Make BIO_sock_error return a proper error code when...
|
commit | commitdiff | tree |
2016-04-27 |
Richard Levitte | Documentation the changed {RSA,DSA,DH}_set0_* functionality...
|
commit | commitdiff | tree |
2016-04-27 |
Richard Levitte | RSA, DSA, DH: Allow some given input to be NULL on...
|
commit | commitdiff | tree |
2016-04-25 |
Richard Levitte | Document the enhancements for DEPEND and INCLUDE and...
|
commit | commitdiff | tree |
2016-04-25 |
Richard Levitte | Build system: add include directories and dependencies...
|
commit | commitdiff | tree |
2016-04-22 |
Richard Levitte | Warn when doing an out-of-source build and finding...
|
commit | commitdiff | tree |
2016-04-22 |
Richard Levitte | Add a best effort test to check shared library consistency
|
commit | commitdiff | tree |
2016-04-21 |
Richard Levitte | Update the Configurations READMEs
|
commit | commitdiff | tree |
2016-04-20 |
Davide Galassi | BIO socket connect failure was not handled correctly. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
commit | commitdiff | tree |
next |