Call single parent free_comp routine.
[openssl.git] / ssl /
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-11 Rich SalzGH528: "cipher -v" output is confusing.
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-10 Kurt RoeckxAllow disabling the min and max version
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Richard LevitteInstead of a local hack, implement SIZE_MAX in numbers...
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2016-01-01 Ben LaurieFix no-dh.
2016-01-01 Dr. Stephen Hensonremove invalid free
2015-12-31 Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-30 Richard LevitteCorrect missing prototype
2015-12-30 Richard LevitteSIZE_MAX doesn't exist everywhere, supply an alternative
2015-12-30 Dr. Stephen HensonCheck for missing DSA parameters.
2015-12-29 Dr. Stephen HensonConvert RSA encrypt to use EVP_PKEY
2015-12-27 Matt CaswellIncrease the max size limit for a CertificateRequest...
2015-12-27 Matt CaswellSimplify calling of the OCSP callback
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-24 Dr. Stephen Hensonfix no-ec
2015-12-23 Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23 Dr. Stephen Hensonutility function
2015-12-23 Dr. Stephen HensonEVP_PKEY DH client support.
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-23 Todd ShortMemory leak in state machine in error path
2015-12-23 Matt CaswellFix inline build failure
2015-12-22 Dr. Stephen HensonAdd ossl_inline
2015-12-22 Dr. Stephen Hensonremove unused error code
2015-12-22 Dr. Stephen Hensonmake update
2015-12-22 Dr. Stephen Hensonmake errors
2015-12-22 Dr. Stephen HensonLoad module in SSL_library_init
2015-12-22 Dr. Stephen HensonAdd ssl_mcnf.c to Makefile
2015-12-22 Dr. Stephen HensonSSL library configuration module.
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-19 Dr. Stephen Hensondelete unused context
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-17 Matt CaswellAdd SSL_CIPHER_description() for Chacha20/Poly1305
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-16 Dr. Stephen Hensonfix for no-ec
2015-12-16 Dr. Stephen HensonUse EVP_PKEY for client side EC.
2015-12-16 Dr. Stephen HensonUse EVP_PKEY for server EC.
2015-12-16 Dr. Stephen HensonAdd ECDH/DH utility functions.
2015-12-16 Dr. Stephen Hensonremove unnecessary key copy
2015-12-16 Dr. Stephen HensonRemove ECDH client auth code.
2015-12-16 Dr. Stephen HensonRemove SSL_OP_SINGLE_ECDH_USE code.
2015-12-16 Dr. Stephen HensonUse EC_KEY_key2buf and EC_oct2key in libssl.
2015-12-15 Matt CaswellFix compile failure with no-srp
2015-12-13 Ben LaurieDon't use EC when no-ec.
2015-12-13 Dr. Stephen Hensonfix warning
2015-12-13 Dr. Stephen Hensonremove ancient SSLeay bug workaround
2015-12-13 tjmaoAllow ChaCha20-Poly1305 in DTLS
2015-12-13 Rich SalzRevert "Allow ChaCha20-Poly1305 in DTLS"
2015-12-11 Matt CaswellFix compile failure
2015-12-11 Rich SalzAllow ChaCha20-Poly1305 in DTLS
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-12-10 Matt CaswellEnsure |rwstate| is set correctly on BIO_flush
2015-12-10 Matt CaswellFix DTLS handshake fragment retries
2015-12-10 Matt CaswellAdd a return value check
2015-12-10 Andy PolyakovConfigure: make no-chacha and no-poly1305 work.
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-09 Richard LevitteFix warnings about unused variables when EC is disabled.
2015-12-09 Dr. Stephen Hensonmake update
2015-12-08 Dr. Stephen Hensonupdate errors
2015-12-08 Dr. Stephen HensonExtended master secret fixes and checks.
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-06 Viktor DukhovniReally disable 56-bit (single-DES) ciphers
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Matt CaswellFix EAP FAST in the new state machine
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30 Dr. Stephen HensonRemove GOST special case: handled automatically now.
2015-11-30 Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30 Dr. Stephen HensonFor TLS < 1.2 use default digest for client certificate
2015-11-30 Dr. Stephen HensonUse digest tables for defaults.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-27 Dr. Stephen HensonPRF and handshake hash revision.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-24 Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24 Dr. Stephen HensonUse EVP_md5_sha1() to process client verify
next