]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-05-06  Dr. Stephen... Tidy up PKCS12_newpass() fix memory leaks.
2016-05-06  Dr. Stephen... Only set CMS parameter when encrypting
2016-05-05  Dr. Stephen... Use default ASN.1 for SEED.
2016-05-05  Dr. Stephen... Always try to set ASN.1 parameters for CMS.
2016-05-04  Dr. Stephen... Fix name length limit check.
2016-05-04  Dr. Stephen... Fix double free in d2i_PrivateKey().
2016-05-04  Dr. Stephen... add documentation
2016-05-03  Matt CaswellPrepare for 1.0.1u-dev
2016-05-03  Matt CaswellPrepare for 1.0.1t release OpenSSL_1_0_1t
2016-05-03  Matt Caswellmake update
2016-05-03  Matt CaswellUpdate CHANGES and NEWS for the new release
2016-05-03  Dr. Stephen... Fix ASN1_INTEGER handling.
2016-05-03  Kurt RoeckxCheck that we have enough padding characters.
2016-05-03  Matt CaswellRemove some documentation for functions not in 1.0.x
2016-05-03  Matt CaswellAdd documentation for EVP_EncodeInit() and similar...
2016-05-03  Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03  Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03  Matt CaswellPrevent EBCDIC overread for very long strings
2016-05-03  Matt CaswellFix encrypt overflow
2016-05-02  Dr. Stephen... Fix i2d_X509_AUX: pp can be NULL.
2016-04-29  Dr. Stephen... Don't free ret->data if malloc fails.
2016-04-29  Dr. Stephen... Add checks to X509_NAME_oneline()
2016-04-29  Dr. Stephen... Sanity check buffer length.
2016-04-29  Dr. Stephen... Add size limit to X509_NAME structure.
2016-04-27  Dr. Stephen... Reject inappropriate private key encryption ciphers.
2016-04-26  Matt CaswellEnsure we check i2d_X509 return val
2016-04-25  Matt CaswellFix a signed/unsigned warning
2016-04-25  Rich SalzFix NULL deref in apps/pkcs7
2016-04-23  Viktor DukhovniFix buffer overrun in ASN1_parse().
2016-04-22  Dr. Stephen... Harden ASN.1 BIO handling of large amounts of data.
2016-04-07  David BenjaminFix memory leak on invalid CertificateRequest.
2016-03-26  Dr. Stephen... Fix FIPS SSLv2 test
2016-03-18  Matt CaswellFix the no-comp option for Windows
2016-03-18  Matt CaswellAdd a check for a failed malloc
2016-03-18  Matt CaswellEnsure that memory allocated for the ticket is freed
2016-03-18  Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-14  Kurt RoeckxAdd no-ssl2-method
2016-03-09  Viktor Dukhovniexpose SSLv2 method prototypes
2016-03-08  Viktor DukhovniRetain SSLv2 methods as functions that return NULL
2016-03-07  Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07  Kurt RoeckxRemove LOW from the default
2016-03-07  Dr. Stephen... Don't shift serial number into sign bit
2016-03-04  Dr. Stephen... Sanity check PVK file fields.
2016-03-01  Matt CaswellPrepare for 1.0.1t-dev
2016-03-01  Matt CaswellPrepare for 1.0.1s release OpenSSL_1_0_1s
2016-03-01  Matt Caswellmake update
2016-03-01  Matt CaswellEnsure mk1mf.pl is aware of no-weak-ssl-ciphers option
2016-03-01  Matt CaswellUpdate CHANGES and NEWS for new release
2016-03-01  Andy Polyakovperlasm/x86_64-xlate.pl: handle inter-bank movd.
2016-03-01  Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01  Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-03-01  Viktor DukhovniDisable EXPORT and LOW SSLv3+ ciphers by default
2016-03-01  Viktor DukhovniBring SSL method documentation up to date
2016-03-01  Viktor DukhovniDisable SSLv2 default build, default negotiation and...
2016-02-29  Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-27  Kurt RoeckxRevert "Don't check RSA_FLAG_SIGN_VER."
2016-02-25  Matt CaswellFix memory issues in BIO_*printf functions
2016-02-25  Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-23  FdaSilvaYYGH714: missing field initialisation
2016-02-19  Dr. Stephen... Fix double free in DSA private key parsing.
2016-02-12  Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-02-11  Andy Polyakovutil/mk1mf.pl: use LINK_CMD instead of LINK variable.
2016-02-10  Andy Polyakovms/uplink-x86.pl: make it work.
2016-01-28  Kurt RoeckxFix CHANGES entry about DSA_generate_parameters_ex
2016-01-28  Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28  Matt CaswellPrepare for 1.0.1s-dev
2016-01-28  Matt CaswellPrepare for 1.0.1r release OpenSSL_1_0_1r
2016-01-28  Richard LevitteTARFILE wasn't correctly set
2016-01-28  Matt CaswellFurther updates to CHANGES and NEWS
2016-01-28  Matt CaswellUpdate CHANGES and NEWS ready for release
2016-01-28  Viktor DukhovniBetter SSLv2 cipher-suite enforcement
2016-01-28  Matt CaswellAlways generate DH keys for ephemeral DH cipher suites
2016-01-19  Richard LevitteFix BSD -rpath parameter
2016-01-19  Alessandro... Validate ClientHello session_id field length and send...
2016-01-19  Prayag VermaUpdate license year range to 2016
2016-01-17  Viktor DukhovniEmpty SNI names are not valid
2016-01-14  Dr. Stephen... To avoid possible time_t overflow use X509_time_adj_ex()
2016-01-10  Kurt RoeckxChange minimum DH size from 768 to 1024
2016-01-10  Kurt RoeckxFile is about s_time, not s_client
2016-01-05  Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-28  Rich SalzRT4202: Update rt URL's.
2015-12-27  Matt CaswellAdd some documentation for the OCSP callback functions
2015-12-27  Matt CaswellEnsure we don't call the OCSP callback if resuming...
2015-12-27  Matt CaswellFix error when server does not send CertificateStatus...
2015-12-22  David BenjaminFix memory leak in DSA redo case.
2015-12-20  Dr. Stephen... Don't check RSA_FLAG_SIGN_VER.
2015-12-19  Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-12-19  Richard LevitteCorrect or add comments indicating what controls belong...
2015-12-19  Richard LevitteDocument how BIO_get_conn_ip and BIO_get_conn_int_port...
2015-12-19  Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-12-19  Matt CaswellFix more URLs mangled by reformat
2015-12-19  Matt CaswellFix URLs mangled by reformat
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16  Rich SalzProvide better "make depend" warning.
2015-12-14  Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-14  Richard LevitteFix tarball production to keep test/bctest and util...
2015-12-10  Matt CaswellEnsure |rwstate| is set correctly on BIO_flush
2015-12-10  Matt CaswellFix DTLS handshake fragment retries
2015-12-09  Dr Stephen... Don't use applink for static builds.
2015-12-08  Rich SalzRefer to website for acknowledgements.
next