Fix opt_imax() call
[openssl.git] / ssl /
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Matt CaswellImplement Async SSL_shutdown
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-24 Rich SalzMove pqueue into ssl
2016-01-22 Alessandro GhediniFix build failure with CIPHER_DEBUG
2016-01-20 Rich SalzRemove update tags
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Alessandro GhediniValidate ClientHello session_id field length and send...
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-19 Dr. Stephen Hensonuse TLS PRF
2016-01-19 Dmitry BelyavskyFix GOST2012-NULL-GOST12
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-16 Viktor DukhovniBetter invalid SNI name error handling
2016-01-16 Viktor DukhovniEmpty SNI names are not valid
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-14 Viktor DukhovniEDH >= 1024 bits even at security level 0
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
next