Update the krb5 submodule
[openssl.git] / include /
2019-12-16 Matt CaswellBackport the RSA_get0_pss_params() function from master
2019-12-15 Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-11-17 Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-10-15 Matt CaswellFix an incorrect macro
2019-10-15 David BenjaminDocument and add macros for additional DSA options
2019-10-02 Michael OsipovFix long name of some Microsoft objects
2019-09-27 Dr. Matthias St... Fix header file include guard names
2019-09-27 Dr. Matthias St... Reorganize local header files
2019-09-27 Dr. Matthias St... Reorganize private crypto header files
2019-09-14 Richard LevitteDo no mention private headers in public headers
2019-09-10 Matt CaswellPrepare for 1.1.1e-dev
2019-09-10 Matt CaswellPrepare for 1.1.1d release OpenSSL_1_1_1d
2019-09-10 Matt CaswellUpdate copyright year
2019-09-09 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-06 Matt CaswellFix ECDSA_SIG docs
2019-08-06 Matt CaswellCorrect the Extended Master Secret string for EBCDIC
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31 Antoine CœurFix Typos
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-23 PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-24 Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-18 Bernd EdlingerAdd value_barriers in constant time select functions
2019-07-17 Bernd EdlingerFix a C++ comment in the refcount.h
2019-07-08 Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-02 Dr. Matthias St... Add regenerated header files
2019-07-02 Rich Salzutil/mkerr.pl: Add an inclusion of symhacks.h in all...
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-06-30 Antoine CœurFix Typos
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-06-12 raja-ashokFix typo mistake on calls to SSL_ctrl in ssl.h
2019-06-12 Acheev BhagatRemove redundant include
2019-06-06 Dr. Matthias St... Fix typo in macro argument of SSL_set1_client_sigalgs_l...
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-28 Richard LevittePrepare for 1.1.1d-dev
2019-05-28 Richard LevittePrepare for 1.1.1c release OpenSSL_1_1_1c
2019-05-28 Richard LevitteUpdate copyright year
2019-05-24 voevFix GOST OID
2019-05-24 agnosticdevissue-8973: Added const to parameters for values that...
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-04-10 Richard LevitteRework DSO API conditions and configuration option
2019-03-29 Soujyu TanakaAvoid linking error on WCE700 for _InterlockedExchangeA...
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-21 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-02-26 Matt CaswellPrepare for 1.1.1c-dev
2019-02-26 Matt CaswellPrepare for 1.1.1b release OpenSSL_1_1_1b
2019-02-26 Matt CaswellUpdate copyright year
2019-02-20 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-02-15 Richard LevitteMark generated functions unused (applies to safestack...
2019-02-07 Matt CaswellMake OPENSSL_malloc_init() a no-op
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-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-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-10 Richard Levittemake update
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-20 Matt CaswellPrepare for 1.1.1b-dev
2018-11-20 Matt CaswellPrepare for 1.1.1a release OpenSSL_1_1_1a
2018-11-20 Matt CaswellUpdate copyright year
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-04 Benjamin KadukAdd tsan_decr() API, counterpart of tsan_counter()
2018-10-30 Dr. Matthias St... rand_drbg.h: include <openssl/obj_mac.h>
2018-10-29 Richard LevitteVMS & cryptoerr.h: include symhacks.h
2018-10-26 Dr. Matthias St... Backport some DRBG renamings and typo fixes
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-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}.
next