Remove superfluous NULL checks. Add Andy's BN_FLG comment.
[openssl.git] / include /
2018-04-21 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-16 Dr. Matthias St... Revert "Add OPENSSL_VERSION_AT_LEAST"
2018-04-06 Matt CaswellFix an error code to be consistent with master
2018-04-05 Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-02 FdaSilvaYYEVP,KDF: Add more error code along some return 0
2018-04-01 Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2018-03-27 Rich SalzFix typo in OPENSSL_LH_new compat API
2018-03-27 Matt CaswellPrepare for 1.1.0i-dev
2018-03-27 Matt CaswellPrepare for 1.1.0h release OpenSSL_1_1_0h
2018-03-27 Matt CaswellUpdate copyright year
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-21 Matt CaswellCheck for alerts while waiting for a dry event
2018-03-06 Richard Levitteopensslconf.h.in: Use all the "openssl_api_defines"
2018-02-19 Massimiliano PalaAdd X509_get0_authority_key_id() function
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-09 Matt CaswellDon't calculate the Finished MAC twice
2018-02-01 Michael RichardsonAdd OPENSSL_VERSION_AT_LEAST
2018-01-30 Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-24 Christian HeimesFix signature of min/max proto getter
2018-01-24 Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-18 Richard LevitteCygwin is POSIX, don't say it isn't
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2017-12-16 Bernd EdlingerFix invalid function type casts.
2017-12-13 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-11-02 Matt CaswellPrepare for 1.1.0h-dev
2017-11-02 Matt CaswellPrepare for 1.1.0g release OpenSSL_1_1_0g
2017-10-31 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-28 Rich SalzAdd missing paren.
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-09 MouseFix parameter name, for common aesthetics and to silenc...
2017-10-05 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-24 Matt CaswellAdd documentation for SRTP functions
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-23 Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-05-25 Matt CaswellPrepare for 1.1.0g-dev
2017-05-25 Matt CaswellPrepare for 1.1.0f release OpenSSL_1_1_0f
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-12 Todd ShortClean up SSL_OP_* a bit
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-10 Rich SalzIgnore MSVC warnings (via Gisle Vanem)
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-04-06 Qin Longe_os2.h: Refine OSSL_SSIZE definition under UEFI enviro...
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-04-03 Matt CaswellAdd missing macros for DHxparams
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-28 Rich SalzMove PRIu64 to e_os.h
2017-03-28 Hannes MagnussonRemove redundant decl of 509_STORE_set_flags
2017-03-24 Ian SpenceFix function documentation
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-02-16 Matt CaswellPrepare for 1.1.0f-dev
2017-02-16 Matt CaswellPrepare for 1.1.0e release OpenSSL_1_1_0e
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-01-28 Richard LevitteDocument what EXFLAG_SET is for in x509v3.h
2017-01-26 Matt CaswellPrepare for 1.1.0e-dev
2017-01-26 Matt CaswellPrepare for 1.1.0d release OpenSSL_1_1_0d
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-18 FdaSilvaYYClean dead macros and defines
2017-01-13 Richard LevitteClarify what RUN_ONCE returns
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-09 Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09 Rich SalzDoc nits: callback function typedefs
2016-12-30 Matt CaswellFix the SSL_set1_sigalgs() macro
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-12 Azat KhuzhinRemove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DAS...
2016-12-12 Benjamin KadukRestore the ERR_FATAL_ERROR() macro
2016-12-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalRemove obsolete error constant CT_F_CTLOG_NEW_NULL
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-10 Matt CaswellPrepare for 1.1.0d-dev
2016-11-10 Matt CaswellPrepare for 1.1.0c release OpenSSL_1_1_0c
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-09-29 Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-26 Matt CaswellPrepare for 1.1.0c-dev
2016-09-26 Matt CaswellPrepare for 1.1.0b release OpenSSL_1_1_0b
next