]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-12-08  Matt CaswellImplement internally opaque bn access from dsa
2014-12-08  Matt CaswellImplement internally opaque bn access from dh
2014-12-08  Matt CaswellImplement internally opaque bn access from asn1
2014-12-08  Matt CaswellPrepare exptest for bn opaquify
2014-12-08  Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08  Matt CaswellRemove internal bn dependancies from speed.c
2014-12-08  Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-12-08  Matt CaswellFixed memory leak in the event of a failure of BUF_MEM_grow
2014-12-08  Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-08  Dr. Stephen... Remove fips directories from mkfiles.pl
2014-12-08  Dr. Stephen... Remove references to deleted fips directory from Makefi...
2014-12-08  Dr. Stephen... remove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen... remove FIPS_*_SIZE_T
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/evp
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/bn
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/ecdh
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/ecdsa
2014-12-08  Dr. Stephen... Remove FIPS module code from crypto/dh
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/dsa
2014-12-08  Dr. Stephen... remove FIPS module code from crypto/rsa
2014-12-08  Dr. Stephen... Remove FIPS error library from openssl.ec mkerr.pl
2014-12-08  Dr. Stephen... make depend
2014-12-08  Dr. Stephen... Remove fips.h reference.
2014-12-08  Dr. Stephen... Remove fips_constseg references.
2014-12-08  Dr. Stephen... remove another FIPSCANISTER reference
2014-12-08  Dr. Stephen... remove unnecessary OPENSSL_FIPS reference
2014-12-08  Dr. Stephen... Remove OPENSSL_FIPSCANISTER code.
2014-12-08  Dr. Stephen... Remove FIPSCANISTERINTERNAL reference.
2014-12-08  Dr. Stephen... Remove fips utility build rules from test/Makefile
2014-12-08  Dr. Stephen... Remove fipscanister build functionality from makefiles.
2014-12-08  Dr. Stephen... Remove fipscanister from Configure, delete fips directory
2014-12-08  Dr. Stephen... Remove some unnecessary OPENSSL_FIPS references
2014-12-08  Matt CaswellAdd CHANGES entry for OCB
2014-12-08  Matt CaswellAdded OPENSSL_NO_OCB guards
2014-12-08  Matt CaswellAdd documentation for OCB mode
2014-12-08  Matt CaswellAdd tests for OCB mode
2014-12-08  Matt CaswellAdd EVP support for OCB mode
2014-12-08  Matt CaswellAdd support for OCB mode as per RFC7253
2014-12-05  Emilia KasperClarify the return values for SSL_get_shared_curve.
2014-12-05  Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-05  Emilia KasperReject elliptic curve lists of odd lengths.
2014-12-05  Emilia KasperFix broken build
2014-12-04  Kurt RoeckxReplace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY...
2014-12-04  Kurt Roeckxcapi_get_provname: Check return values
2014-12-04  Jonas Maebessl_create_cipher_list: check whether push onto ciphers...
2014-12-04  Jonas Maebessl_cert_dup: Fix memory leak
2014-12-04  Kurt Roeckxdtls1_new: free s on error path
2014-12-04  Jonas Maebedtls1_heartbeat: check for NULL after allocating s...
2014-12-04  Jonas Maebedtls1_process_heartbeat: check for NULL after allocatin...
2014-12-04  Jonas Maebecapi_get_key: check for NULL after allocating key
2014-12-04  Jonas Maebecapi_cert_get_fname: check for NULL after allocating...
2014-12-04  Jonas Maebecapi_get_provname: free name on error if it was malloc'ed
2014-12-04  Jonas Maebepkey_gost_mac_keygen: check for NULL after allocating...
2014-12-04  Jonas Maebepkey_gost_ctrl: check for NULL after allocating pctx...
2014-12-04  Kurt RoeckxUpdate changes to indicate that SSLv2 support has been...
2014-12-04  Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-12-03  Rich SalzNew location on website for binaries.
2014-12-03  Matt CaswellRemove "#if 0" code
2014-12-03  Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03  Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-12-03  Matt CaswellIf we really get a situation where the underlying mtu...
2014-12-03  Matt CaswellFix dtls_query_mtu so that it will always either comple...
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03  Matt CaswellThere are a number of instances throughout the code...
2014-12-03  Matt CaswellThe first call to query the mtu in dtls1_do_write corre...
2014-12-03  Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-12-03  Matt CaswellVerify that we have a sensible message len and fail...
2014-12-02  Kurt RoeckxUse the SSLv23 method by default
2014-11-28  Rich SalzRemove all .cvsignore files
2014-11-28  Richard LevitteCheck for FindNextFile when defining it rather than...
2014-11-28  Richard Levitte[PR3597] Advance to the next state variant when reusing...
2014-11-28  Richard LevitteCorrect some layout issues, convert all remaining tabs...
2014-11-28  Alok MenghrajaniImproves the proxy certificates howto doc.
2014-11-27  Matt CaswellFix warning in ssl2_enc
2014-11-27  Matt CaswellRemove more references to dtls1_enc
2014-11-27  Matt CaswellCheck EVP_Cipher return values for SSL2
2014-11-27  Matt CaswellDelete unused file
2014-11-27  Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-11-27  Matt CaswellRemove redundant checks in ssl_cert_dup. This was causi...
2014-11-27  Matt CaswellTidy up ocsp help output
2014-11-27  AndrĂ© GuerreiroAdd documentation on -timeout option in the ocsp utility
2014-11-27  GuenterNetWare compilation fix.
2014-11-27  Matt CaswellUpdates to X509_NAME_get_index_by_NID.pod submitted...
2014-11-27  Matt CaswellUpdates to X509_NAME_add_entry_by_txt.pod submitted...
2014-11-27  Matt CaswellUpdates to EVP_PKEY_encrypt.pod submitted by user Berna...
2014-11-27  Matt CaswellAdd include of ssl.h which is required by srtp.h
2014-11-26  Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-25  Matt CaswellCorrected comments in ssl.h about SSLv23_method and...
2014-11-20  Dr. Stephen... Print out Suite B status.
2014-11-20  Dr. Stephen... Fix SuiteB chain checking logic.
2014-11-20  Annie YousarRT2679: Fix error if keysize too short
2014-11-20  Rich SalzRT3488: Update doc for OPENSSL_config
2014-11-20  David BenjaminDo not resume a session if the negotiated protocol...
2014-11-20  Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-20  Emilia KasperClean up CHANGES
2014-11-20  Emilia KasperEnsure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
2014-11-20  Emilia KasperAlways require an advertised NewSessionTicket message.
2014-11-20  Emilia KasperRemove ssl3_check_finished.
next