openssl-x509.pod.in: fix description of certificate serial number storage
[openssl.git] / include /
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-05 Richard LevitteUpdate copyright year
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-21 Matt CaswellUpdate copyright year
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
2022-05-16 Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteRefactor method construction pre- and post-condition
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-27 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-21 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-05 Daniel FialaRedefine macro X509_http_nbio to avoid using ocsp.h
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-23 Pauliself_test.h: fix the C++ wrapping
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2022-01-14 Shreenidhi ShediAdd a comment to indicate ineffective macro
2022-01-13 Paulitsan: make detecting the need for locking when using...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2022-01-03 Dr. David von Oheimbec.h: Explain use of strstr() for EVP_EC_gen() and...
2021-12-19 Carlo Teubnercrypto/dsa.h: fix include guard name
2021-12-10 Richard LevitteMake OSSL_provider_init() OPENSSL_EXPORT, not just...
2021-12-10 Sam Eatonchanges opensssl typos to openssl
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-15 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-15 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-09-14 lprimakMacOS prior to 10.12 does not support random API correctly
2021-08-31 slontisAdd the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
2021-08-30 Nicola TuveriFix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp...
2021-08-27 David CarlierDarwin platform allows to build on releases before...
2021-08-25 PauliAdd invalid input length error
2021-08-25 Paulicpp: fix included files to avoid failure in no-deprecat...
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-11 Tomas Mrazaes_v8_xts_encrypt is present only on 64bit arm builds
2021-08-05 Paulifips: add power up test for TLS 1.3 KDF
2021-08-05 Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-27 Tomas MrazECDSA_SIG_set0: r and s parameters cannot be NULL
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-14 Syrone WongFix OSSL_TRACE9 missing arg9
2021-07-11 Dr. David von OheimbFix legacy OCSP_REQ_CTX_http() function to expect ASN...
2021-07-08 Randall S. BeckerMade foreign bit field unsigned in evp.h
2021-07-06 Paulierr: remove ERR_GET_FUNC()
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-24 Tomas Mraztrace: Do not produce dead code calling BIO_printf...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-06-24 Paulierr: add unable to get lock errors
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-22 Richard LevitteFix definition of ossl_intmax_t and ossl_uintmax_t
2021-06-22 Shane LontisChange self test for AES_CGM to perform both an encrypt...
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-19 Paulipunycode: fix indentation
2021-06-19 Pauliinclude: replace tabs with spaces in headers
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
next