Make shared library targets more consistent
[openssl.git] / ssl /
2016-02-11 Viktor DukhovniSimplify ssl_cert_type() by taking advantage of X509_ge...
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Todd ShortAdd CHACHA20 alias for ciphers.
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Richard Levitteclean away old VMS cruft
2016-02-10 Rich SalzCan't re-init after stop.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellUpdate build.info files for auto-init/de-init
2016-02-09 Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09 Matt CaswellAuto init/de-init libssl
2016-02-09 Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-06 Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-05 Matt CaswellAdd tests for DTLSv1_listen
2016-02-05 Matt CaswellProvide partial support for fragmented DTLS ClientHellos
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-04 Dmitry SobinovAdd new DTLS-SRTP protection profiles from RFC 7714
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
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.
next