Fix a nit of copyright date range
[openssl.git] / include /
2018-10-04 Richard LevitteClean out aliases in include/openssl/symhacks.h
2018-10-04 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
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 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
2018-07-31 Matt CaswellProvide EC functions that are not curve type specific
2018-07-26 Kurt RoeckxMake number of Miller-Rabin tests for a prime tests...
2018-07-26 Kurt RoeckxChange the number of Miller-Rabin test for DSA generati...
2018-07-25 Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-20 Benjamin Kadukconst-ify some input SSL * arguments
2018-07-20 Andy Polyakovinclude/openssl/e_os2.h: define last-resort SSIZE_MAX.
2018-07-20 Matt CaswellValidate legacy_version
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-16 Nicola TuveriRemove stale SM2 error codes
2018-07-10 PauliNCONF_get_number refix.
2018-07-10 Richard LevitteGuard DECLARE_DEPRECATED against multiple includes...
2018-07-10 Richard LevitteAvoid __GNUC__ warnings when defining DECLARE_DEPRECATED
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-07-02 Matt CaswellAdd setters to set the early_data callback
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-26 Matt CaswellRestructure the ticket construction code
2018-06-25 Richard LevitteOpenSSL_add_ssl_algorithm-is-deprecated() is deprecated...
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-21 Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-20 Matt CaswellPrepare for 1.1.1-pre9-dev
2018-06-20 Matt CaswellPrepare for 1.1.1-pre8 release OpenSSL_1_1_1-pre8
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-19 Richard LevitteConfigure option 'no-deprecated' means '-DOPENSSL_API_C...
2018-06-18 Matt CaswellFix error number clash
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08 Dmitry BelyavskiyNew GOST identificators
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-07 Matt CaswellFix TLSv1.3 ticket nonces
2018-06-04 Jack LloydMake SM2 functions private
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29 Matt CaswellPrepare for 1.1.1-pre8-dev
2018-05-29 Matt CaswellPrepare for 1.1.1-pre7 release OpenSSL_1_1_1-pre7
2018-05-29 Matt CaswellUpdate copyright year
2018-05-28 Dr. Matthias St... ECDSA_SIG: restore doc comments which were deleted...
2018-05-28 Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28 Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28 Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-18 Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-05-17 Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-05-02 Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-02 Matt CaswellFix SSL_get_shared_ciphers()
2018-05-02 FdaSilvaYYopensslconf.h inclusion cleanup
2018-05-02 Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-01 Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01 Matt CaswellPrepare for 1.1.1-pre7-dev
2018-05-01 Matt CaswellPrepare for 1.1.1-pre6 release OpenSSL_1_1_1-pre6
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-26 Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-24 Rich SalzAdd missing malloc-return-null instance
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-20 Dr. Matthias St... openssl/err.h: remove duplicate OSSL_STOREerr()
2018-04-20 Dr. Matthias St... openssl/ssl.h: restore some renamed public SSL_CTRL...
2018-04-18 FdaSilvaYYStyle: ssl.h
2018-04-17 Richard LevittePrepare for 1.1.1-pre6-dev
2018-04-17 Richard LevittePrepare for 1.1.1-pre5 release OpenSSL_1_1_1-pre5
2018-04-16 Dr. Matthias St... Revert "Add OPENSSL_VERSION_AT_LEAST"
next