CMS sign digest
[openssl.git] / include /
2022-04-02 Viktor SöderqvistCMS sign digest
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-29 PauliAdd a divide rounding up safe math function.
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-13 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10 Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-22 Deepankar Bhattach... chacha20 performance optimizations for ppc64le with...
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-08 Bernd EdlingerPrevent crash with engine using different openssl runtime
2022-02-07 Danny TsenFixed counter overflow
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
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-02-03 Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24 Danny TsenAES-GCM performance optimzation with stitched method...
2022-01-23 Pauliself_test.h: fix the C++ wrapping
2022-01-21 yangyangtiantianlo... Fix the same BIO_FLAGS macro definition
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
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-12 Paulierr: add additional errors
2022-01-07 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
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-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
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-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12 Pauliheader: add integer overflow helper functions
2021-11-11 Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-28 x2018fix some code with obvious wrong coding style
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-10-09 Matt CaswellIncrease the default security level to 2
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-09-25 Paulitsan: add an addition macro
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
next