aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte2021-12-101-1/+1
* changes opensssl typos to opensslSam Eaton2021-12-101-1/+1
* OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb2021-12-091-0/+1
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-061-0/+1
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-0/+10
* Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte2021-11-241-0/+1
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-0/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-172-101/+117
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-4/+14
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+6
* Stop receiving child callbacks in a child libctx when appropriateMatt Caswell2021-11-121-0/+1
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* header: add integer overflow helper functionsPauli2021-11-121-0/+405
* Add OID for RPKI id-ct-ASPAJob Snijders2021-11-111-0/+4
* prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli2021-11-101-1/+0
* Fix builds on Armv8 systems without AArch64Tom Cosgrove2021-11-041-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-272-8/+9
* EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte2021-10-271-0/+3
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* Increase the default security level to 2Matt Caswell2021-10-091-1/+1
* obj: Add SM4 GCM/CCM OIDTianjia Zhang2021-10-051-0/+10
* tsan: add an addition macroPauli2021-09-251-12/+10
* MacOS prior to 10.12 does not support random API correctlylprimak2021-09-141-1/+1
* Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis2021-08-311-1/+2
* Fix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp macrosNicola Tuveri2021-08-301-3/+3
* Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier2021-08-271-0/+10
* Add invalid input length errorPauli2021-08-261-0/+1
* cpp: fix included files to avoid failure in no-deprecated buildsPauli2021-08-251-3/+4
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-2/+2
* Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell2021-08-241-0/+3
* aes_v8_xts_encrypt is present only on 64bit arm buildsTomas Mraz2021-08-111-1/+1
* fips: add power up test for TLS 1.3 KDFPauli2021-08-051-0/+2
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-051-0/+4
* Fix dtls timeout dead codeyangyangtiantianlonglong2021-07-291-4/+0
* Update copyright yearMatt Caswell2021-07-292-2/+2
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-281-0/+2
* Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell2021-07-271-3/+3
* ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz2021-07-271-2/+2
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-261-1/+3
* Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2021-07-221-12/+1
* err: remove the derivation function is mandatory for FIPS error message since...Pauli2021-07-201-1/+0
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-154-7/+126
* evp: constify some OSSL_PARAM argumentsPauli2021-07-151-2/+2
* Fix OSSL_TRACE9 missing arg9Syrone Wong2021-07-141-1/+1
* Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted inputDr. David von Oheimb2021-07-111-2/+3
* Made foreign bit field unsigned in evp.hRandall S. Becker2021-07-081-1/+1
* err: remove ERR_GET_FUNC()Pauli2021-07-061-5/+0
* fips module header inclusion fine-tunningTomas Mraz2021-07-065-5/+0
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-301-2/+3