summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2022-01-03ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>Dr. David von Oheimb
2021-12-20crypto/dsa.h: fix include guard nameCarlo Teubner
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-15Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-04Fix builds on Armv8 systems without AArch64Tom Cosgrove
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-09-14MacOS prior to 10.12 does not support random API correctlylprimak
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-30Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macrosNicola Tuveri
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-26Add invalid input length errorPauli
2021-08-25cpp: fix included files to avoid failure in no-deprecated buildsPauli
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell
2021-08-11aes_v8_xts_encrypt is present only on 64bit arm buildsTomas Mraz
2021-08-05fips: add power up test for TLS 1.3 KDFPauli
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-07-29Fix dtls timeout dead codeyangyangtiantianlonglong
2021-07-29Update copyright yearMatt Caswell
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-27ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-22Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-07-15evp: constify some OSSL_PARAM argumentsPauli
2021-07-14Fix OSSL_TRACE9 missing arg9Syrone Wong
2021-07-11Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb
2021-07-08Made foreign bit field unsigned in evp.hRandall S. Becker
2021-07-06err: remove ERR_GET_FUNC()Pauli
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-06-24trace: Do not produce dead code calling BIO_printf if disabledTomas Mraz
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Remove flag_couldbechildMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell