]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-06-14  Rich SalzRT4562: Backport doc fix.
2016-06-13  Rich SalzRT4560: Initialize variable to NULL
2016-06-13  Dr. Stephen... Fix link error.
2016-06-12  Andy Polyakovcrypto/mem.c: drop reference to cleanse_ctr and fix...
2016-06-12  Dr. Stephen... Don't skip leading zeroes in PSK keys.
2016-06-12  Phillip HellewellRT3053: Check for NULL before dereferencing
2016-06-12  Andy Polyakovcrypto/mem_clr.c: switch to OPENSSL_cleanse implementat...
2016-06-12  Andy Polyakovhmac/hmac.c: switch to OPENSSL_cleanse.
2016-06-10  Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-10  Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-10  Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-06-07  Matt CaswellAdd a BN_mod_word test()
2016-06-07  Matt CaswellFix BN_mod_word bug
2016-06-07  Matt CaswellMore fix DSA, preserve BN_FLG_CONSTTIME
2016-06-06  Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-03  Matt CaswellFix documentation error in x509 app certopt flag
2016-06-03  Matt CaswellBIO_printf() can fail to print the last character
2016-06-03  Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-06-03  Dirk FeytonsFix build with no-cmac
2016-06-03  Matt CaswellUpdate CONTRIBUTING
2016-06-01  Matt CaswellAvoid some undefined pointer arithmetic
2016-05-31  FdaSilvaYYFix some missing inits
2016-05-31  Dr. Stephen... Parameter copy sanity checks.
2016-05-26  Matt CaswellCheck for malloc failure in EVP_PKEY_keygen()
2016-05-26  Matt CaswellThe ssl3_digest_cached_records() function does not...
2016-05-23  Matt CaswellFix a mem leak on an error path in OBJ_NAME_add()
2016-05-23  Matt CaswellFix error return value in SRP functions
2016-05-20  Richard Levitteopenssl verify: only display the command usage on usage...
2016-05-20  Richard LevitteRevert "Document the esc_2254 command line name option"
2016-05-20  Richard LevitteRevert "make update"
2016-05-20  Richard LevitteRevert "Make it possible to have RFC2254 escapes with...
2016-05-20  Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-19  Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-19  Viktor DukhovniClarify negative return from X509_verify_cert()
2016-05-19  Matt CaswellCheck that the obtained public key is valid
2016-05-19  Matt CaswellFix a double free in tls1_setup_key_block
2016-05-18  CynhFix SRP client key computation
2016-05-18  Richard LevitteCleanup openssl.ec
2016-05-18  Richard LevitteFix util/mkerr.pl
2016-05-18  Richard LevitteRun the refreshed scripts
2016-05-18  Richard LevitteRefresh seldom used C generating scripts to current...
2016-05-18  Alessandro... Avoid double declaration of COMP_METHOD
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-17  Richard LevitteDon't require any length of password when decrypting
2016-05-17  Richard LevitteAdd missing initialiser in e_chil.c
2016-05-17  Richard LevitteAdd support for RC / WINDRES env variables
2016-05-17  Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-17  Matt CaswellFix SSL compression symbol exporting
2016-05-16  Richard LevitteDocumentation: Clarify sizes for UI_add_input_string()
2016-05-16  Richard LevitteWindows: Add CRYPT32.LIB to the libraries to link your...
2016-05-14  isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-12  Richard LevitteUse RPMBUILD macros rather than hard coded paths in...
2016-05-11  Rich SalzRecommend GH over RT, per team vote.
2016-05-11  Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-11  Dr. Stephen... Add -signcert to CA.pl usage message.
2016-05-11  Viktor DukhovniFix i2d_X509_AUX and update docs
2016-05-10  Rich SalzGH837: Avoid double-free in OCSP parse.
2016-05-10  Dr. Stephen... Typo.
2016-05-09  Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-09  David BenjaminDon't send signature algorithms when client_version...
2016-05-09  Matt CaswellFix BIO_eof() for BIO pairs
2016-05-08  Dr. Stephen... Only call FIPS_update, FIPS_final in FIPS mode.
2016-05-06  Dr. Stephen... Constify PKCS12_newpass()
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-05  Richard LevitteCheck return of PEM_write_* functions and report possib...
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.2i-dev
2016-05-03  Matt CaswellPrepare for 1.0.2h release OpenSSL_1_0_2h
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-05-02  TJ SaundersRemove confusing comment.
2016-05-02  TJ SaundersIssue #719:
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-25  Andy Polyakovs390x assembly pack: cache capability query results.
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  Andy PolyakovPPC assembly pack: remove branch hints.
next