Fix null pointer dereference in ssl_module_init
[openssl.git] / include /
2019-02-07 Matt CaswellMake OPENSSL_malloc_init() a no-op
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2: register MAC objects
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-30 Petr VorelReuse already defined macros
2019-01-30 David BenjaminDocument and add macros for additional DSA options
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-27 Matthias KraftAdd "weak" declarations of symbols used in safestack...
2019-01-25 Dr. Matthias St... X509_STORE: fix two misspelled compatibility macros
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-21 David von Oheimbupdate Copyright date
2019-01-21 David von Oheimbadd 'L' after _OPENSSL_VERSION_PRE_RELEASE literals...
2019-01-16 Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-04 Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2019-01-04 Matt CaswellFix a RUN_ONCE bug
2019-01-03 Matt Caswellmake update
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-19 Richard LevitteX509_check_issued: check that signature algo matches...
2018-12-15 Kurt RoeckxDeprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MI...
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Richard Levittemake update
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-07 Boris Pismennyevp/e_aes: Expose IV
2018-12-07 Boris Pismennybio: Linux TLS Offload
2018-12-07 Boris PismennyLinux ktls infrastructure
2018-12-07 Matt CaswellOnly include opensslconf.h once
2018-12-07 Matt CaswellRemove the cast from the definition of OPENSSL_VERSION_...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard Levitteinclude/openssl/opensslconf.h.in: allow future deprecat...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-20 Matt CaswellUpdate copyright year
2018-11-15 Antoine SalonDeprecate SSL_set_tmp_ecdh
2018-11-15 Antoine SalonMaking SRP_user_pwd functions public
2018-11-15 Antoine SalonAdded SRP_VBASE_add0_user()
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-05 PauliEVP_MAC ctrl numbering duplicate removal.
2018-11-05 Paul YangFix a collision in function err numbers
2018-11-05 Richard LevitteCollapse different classes of macro databases
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-11-04 Benjamin KadukAdd tsan_decr() API, counterpart of tsan_counter()
2018-10-30 Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30 Dr. Matthias St... rand_drbg.h: include <openssl/obj_mac.h>
2018-10-30 Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29 Richard LevitteVMS & cryptoerr.h: include symhacks.h
2018-10-29 Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29 Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29 Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-10-29 Richard LevitteAdd EVP_MAC API
2018-10-17 Antoine SalonDeprecate ECDH_KDF_X9_62()
2018-10-17 Antoine SalonEVP module documentation pass
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-12 Matt CaswellFix a typo in a macro
2018-10-03 Richard LevitteRemove SSL_version_str
2018-09-30 Richard LevitteClean out aliases in include/openssl/symhacks.h
2018-09-30 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-16 PauliUse 'i' as parameter name not 'I'.
2018-09-12 Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 Richard LevitteThe next version in master is at least 1.1.2, not 1...
2018-09-11 Matt CaswellPrepare for 1.1.1a-dev
2018-09-11 Matt CaswellPrepare for 1.1.1 release OpenSSL_1_1_1
2018-09-11 Matt CaswellUpdate copyright year
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangSupport pmeth->digest_custom
2018-09-07 Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-03 Alex GaynorFixed a comment that referenced the wrong method
2018-09-03 PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03 Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-08-26 Andy Polyakovinternal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.
2018-08-21 Matt CaswellPrepare for 1.1.1-pre10-dev
2018-08-21 Matt CaswellPrepare for 1.1.1-pre9 release OpenSSL_1_1_1-pre9
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-17 Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-08-16 Andy Polyakovinternal/refcount.h: overhaul fencing and add _MSC_VER...
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-07 Rich SalzIncrease CT_NUMBER values
2018-08-07 Andy PolyakovAdd internal/tsan_assist.h.
2018-08-01 PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-31 Richard LevitteEnsure symbols don't get deprecated too early
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-31 Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
next