]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-05-23  Matt CaswellFix error return value in SRP functions
2016-05-23  Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-23  Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-23  J Mohan Rao... #4342: few missing malloc return checks and free in...
2016-05-23  Richard LevitteWindows notes: add a few lines on gaining admin privs...
2016-05-23  Richard LevitteVMS: show the ossl_dataroot logical as well when doing...
2016-05-23  Richard LevitteInstall the scripts the same way on Windows and VMS...
2016-05-23  Richard LevitteMake sure tsget.pl and c_rehash.pl get installed on...
2016-05-23  Richard LevitteMake sure tsget and c_rehash are named with .pl suffix...
2016-05-23  Richard LevitteMake sure to initialize all CA.pl variables properly
2016-05-23  Todd ShortAdd buf-freelists to deprecated options
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  Dr. Stephen... Support -no-CAfile -no-CApath in ctx2
2016-05-23  Dr. Stephen... remove encrypt then mac ifdefs
2016-05-23  Richard LevitteVMS: remove last VAX vestiges
2016-05-23  Dr. Stephen... make update
2016-05-23  Dr. Stephen... Support for traditional format private keys.
2016-05-23  Richard LevitteSlight cleanup of the collection of READMEs, INSTALLs...
2016-05-23  Rich SalzRemove INSTALL.WCE and refs to it.
2016-05-23  Todd ShortAdd text/x509aux to gitignore
2016-05-23  FdaSilvaYYAdd checks on CRYPTO_set_ex_data return value
2016-05-23  FdaSilvaYYFix some malloc failure crashes on X509_STORE_CTX_set_e...
2016-05-23  FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-23  FdaSilvaYYRemove useless NULL checks
2016-05-23  Richard LevitteWindows: shut DEL up
2016-05-22  Richard LevitteComplete the rename of LHASH functions and types
2016-05-22  Richard Levitteutil/process_docs.pl: Add more debugging output
2016-05-22  Richard LevitteImprove the checking of pod sections
2016-05-22  Richard LevitteHTML docs on Unix: Add a HTML title
2016-05-22  Richard Levitteprocess_docs.pl: When starting to read a new head1...
2016-05-22  Richard LevitteAdd a missing comma in OPENSSL_malloc.pod
2016-05-22  Richard LevitteAdd the missing NAME header in the OCSP docs
2016-05-22  Kurt RoeckxAvoid creating an illegal pointer
2016-05-22  Kurt RoeckxAvoid creating an illegal pointer
2016-05-21  Richard LevitteHave doc-nit-check look for mandatory manual sections
2016-05-21  Dr. Stephen... Constify stack and lhash macros.
2016-05-21  FdaSilvaYYIndent and dead code cleanup
2016-05-21  Rich SalzAdd OpenSSL copyright to .pl files
2016-05-21  Rich SalzDoc nits cleanup, round 2
2016-05-20  Matt CaswellFix Windows 64 bit crashes
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-20  Richard LevitteClean up the VMS hacks in crypto/rand/randfile.c
2016-05-20  Richard LevitteVMS: setbuf() only takes 32-bit pointers
2016-05-20  Matt CaswellAdd an async io test
2016-05-20  Matt CaswellEnsure async IO works with new state machine
2016-05-20  David BenjaminTighten up logic around ChangeCipherSpec.
2016-05-20  Matt CaswellSimplify SSL BIO buffering logic
2016-05-20  Richard LevitteFixup READLINE case
2016-05-20  Rich SalzFix nits in pod files.
2016-05-19  Richard LevitteUse the process_docs script to install docs on Windows...
2016-05-19  Richard LevitteDocumentation processor in perl, for platforms that...
2016-05-19  Dr. Stephen... Use correct EOL in headers.
2016-05-19  Andy PolyakovMove Haiku configuration to separate config file to...
2016-05-19  Andy PolyakovAdd assembly CRYPTO_memcmp.
2016-05-19  Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-19  Matt CaswellCheck that the obtained public key is valid
2016-05-19  Rich SalzAdd copyright
2016-05-19  Rich SalzAdd copyright to manpages
2016-05-19  Rich SalzRemove needless license terms (for docs)
2016-05-19  Rich SalzEnsure =cut is last line in every file.
2016-05-19  Ben Laurieok was uninitialised on failure.
2016-05-19  Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-19  Viktor Dukhovnimake update
2016-05-19  Viktor DukhovniImprove and document low-level PEM read routines
2016-05-18  MatFixes non __GNUC__ compilation
2016-05-18  CynhFix SRP client key computation
2016-05-18  Richard LevitteSmall typo, a tab where there should have been a space
2016-05-18  Richard LevitteCleanup openssl.ec
2016-05-18  Richard LevitteFix util/mkerr.pl
2016-05-18  Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-18  Viktor DukhovniClarify negative return from X509_verify_cert()
2016-05-18  hesiodMake OPENSSL_die as noreturn
2016-05-18  Richard LevitteDocument the esc_2254 command line name option
2016-05-18  Richard Levittemake update
2016-05-18  Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-18  Dr. Stephen... OID code tidy up.
2016-05-18  Rich SalzConsolidate copyright for demos
2016-05-18  Matt CaswellAdd some error messages for malloc fails
2016-05-18  Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-18  Matt CaswellFix some malloc failures in b_addr.c
2016-05-18  Matt CaswellAdd some check for malloc failure in the CAPI engine
2016-05-18  FdaSilvaYYFix ts app help message
2016-05-18  FdaSilvaYYLocally declare some variables
2016-05-18  FdaSilvaYYFew cleanups in s_client, s_server apps.
2016-05-18  Kazuki YamaguchiFix a NULL dereference in chacha20_poly1305_init_key()
2016-05-17  Rich SalzManual fixes after copyright consolidation
2016-05-17  Rich SalzX509_STORE_CTX accessors.
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-17  Rich SalzCopyright consolidation 08/10
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Matt CaswellAdd a comment to explain the use of |num_recs|
2016-05-17  Matt CaswellFix RSA dasync engine bug
2016-05-17  Matt CaswellUse the current record offset in ssl3_get_record
2016-05-17  Matt CaswellThere is only one read buffer
next