aboutsummaryrefslogtreecommitdiffstats
path: root/providers/common
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsTodd Short2022-02-038-0/+55
* indentation fixPauli2022-02-011-1/+1
* prov: add a safe memdup function for context cloningPauli2022-02-012-0/+21
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update provider_util.c to correctly handle ENGINE referencesMatt Caswell2021-10-191-1/+30
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+17
* Add invalid input length errorPauli2021-08-261-0/+2
* Update copyright yearMatt Caswell2021-07-291-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-062-1/+4
* Update copyright yearMatt Caswell2021-06-1713-13/+13
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-1/+1
* providers: remove TODOsPauli2021-06-021-3/+0
* providers/common/der/build.info: make a variable for ../include/provRichard Levitte2021-06-021-14/+16
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-018-7/+7
* Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte2021-05-311-14/+14
* Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte2021-05-3114-0/+28
* err: rename err_load_xxx_strings_int functionsPauli2021-05-262-2/+2
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+3
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-8/+6
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-123-3/+4
* Drop libimplementations.aRichard Levitte2021-05-072-3/+3
* Fix KMAC bounds checks.Shane Lontis2021-05-051-1/+3
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Remove extra trailing semicolonRich Salz2021-04-201-1/+3
* Sanity check provider up-callsMatt Caswell2021-04-161-8/+10
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-164-29/+33
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-152-3/+14
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+2
* Add additional KMAC errorPauli2021-04-121-0/+1
* Update copyright yearMatt Caswell2021-04-083-3/+3
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-062-3/+40
* Add ossl_provider symbolsShane Lontis2021-03-182-3/+3
* Add ossl_encode symbolsShane Lontis2021-03-183-6/+6
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-4/+4
* prov: remove TODO in der_rsa_key.cPauli2021-03-171-1/+2
* Update copyright yearMatt Caswell2021-03-115-5/+5
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-112-4/+21
* prov: update provider util to be less agressive about changing things unneces...Pauli2021-02-281-1/+6
* Update copyright yearMatt Caswell2021-02-187-7/+7
* Fix external symbols related to provider related security checks forShane Lontis2021-02-185-34/+35
* err: generated error filesPauli2021-02-171-4/+7
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-121-22/+44
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-112-3/+3
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-28/+8
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-115-140/+6
* PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmIDRichard Levitte2021-02-051-1/+3
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-051-9/+17
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-26/+0
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-053-14/+25