summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis2021-08-185-109/+110
* MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>David Bohman2021-08-111-0/+1
* Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee2021-08-061-2/+2
* fips: add power up test for TLS 1.3 KDFPauli2021-08-051-0/+64
* provider: add TLS13_KDF to the default and FIPS providersPauli2021-08-052-0/+4
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-053-9/+254
* make updateMatt Caswell2021-07-293-39/+41
* Update copyright yearMatt Caswell2021-07-292-2/+2
* Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell2021-07-281-0/+1
* drbg: allow the ctr derivation function to be disabled in FIPS modePauli2021-07-201-14/+0
* Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz2021-07-161-2/+5
* Signature algos: allow having identical digest in paramsTomas Mraz2021-07-163-17/+43
* Remove lower limit on GCM mode ciphersPauli2021-07-144-12/+5
* Add HKDF negative testsShane Lontis2021-07-061-5/+8
* update fips checksumsTomas Mraz2021-07-063-78/+34
* fips module header inclusion fine-tunningTomas Mraz2021-07-067-5/+11
* provider: use #define for PBKDF1 algorithm namePauli2021-07-052-1/+2
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-035-138/+288
* PROV & STORE: Don't decode keys in the 'file:' store loaderRichard Levitte2021-07-031-31/+6
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-293-10/+16
* darwin platform replacing getentropy usage by platform api instead.David CARLIER2021-06-291-0/+9
* PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte2021-06-291-73/+43
* Update fips sources and checksumsTomas Mraz2021-06-263-28/+26
* Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb2021-06-251-4/+5
* epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz2021-06-241-0/+1
* Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis2021-06-221-1/+1
* aix64-gcc target: Fix build breakage with enable-fipsTomas Mraz2021-06-181-2/+0
* make updateMatt Caswell2021-06-173-54/+54
* Update copyright yearMatt Caswell2021-06-1723-23/+23
* Add self test for ECDSA using curve with a binary fieldShane Lontis2021-06-171-8/+45
* prov: tag SM2 encoders and decoders as non-FIPSPauli2021-06-162-10/+10
* Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy2021-06-161-1/+1
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-147-19/+153
* Avoid duplicating prov_running.o in libdefault and libcryptoTomas Mraz2021-06-141-2/+0
* store: Avoid spurious error from decoding at EOFTomas Mraz2021-06-101-1/+11
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-098-211/+411
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-1/+2
* Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle2021-06-081-1/+3
* Fix AIX FIPS DEP.Shane Lontis2021-06-081-1/+15
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-085-5/+13
* Document missing EC/SM2 paramsShane Lontis2021-06-081-2/+2
* Fix CipherInit on s390x.Juergen Christ2021-06-083-31/+43
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-054-171/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-20/+4
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-055-159/+1
* make update-fips-checksumsRichard Levitte2021-06-053-8/+4
* Update fips checksums to drop the ssl headersTomas Mraz2021-06-043-39/+13
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-045-6/+6
* Fix errors found by parfait static analyser.Shane Lontis2021-06-031-0/+2
* update checksumsPauli2021-06-033-214/+216