summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pre-ML-KEM/DSA decoder/encoder refactorViktor Dukhovni8 days3-61/+47
* ec_kem.c: Fix ikmlen checkЗишан Мирза2024-12-301-2/+2
* Fix leak of a RAND_POOL in error conditionTomas Mraz2024-12-132-2/+6
* Add function to mix in an additional input into a RAND_POOLTomas Mraz2024-12-102-23/+13
* jitter_generate(): Properly mix in the additional inputTomas Mraz2024-12-061-8/+8
* Code & comments changes to make them in consistentwillmafh2024-12-061-1/+1
* Change all one's complement to ones' complement for consistencywillmafh2024-12-061-1/+1
* Add handling for additional input in jitter rngjsondevers2024-12-031-0/+8
* providers: stop probing for getentropy(3) on recent FreeBSDKyle Evans2024-12-031-23/+28
* Fix memleak in dsa_gen()Holger Dengler2024-11-291-1/+1
* fips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...Pauli2024-11-281-0/+2
* pbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* hkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli2024-11-281-1/+1
* fips-jitter: set provider into error state upon CRNG permanent failuresDimitri John Ledkov2024-11-251-2/+6
* Fix potential memory leak on failure of ecx_gen_init()Niels Dossche2024-11-251-1/+1
* Fix potential memory leak on failure of dsa_gen_init()Niels Dossche2024-11-251-1/+1
* fips: remove redundant RSA encrypt/decrypt KATDimitri John Ledkov2024-11-222-142/+0
* fips: zeroize temporary self-check out MD variableDimitri John Ledkov2024-11-221-0/+1
* Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng2024-11-203-0/+27
* fips no-des: compile out TDES KATDimitri John Ledkov2024-10-241-0/+4
* first cut at KEM & key management skeletonsMichael Baentsch2024-10-215-0/+638
* Avoid undefined behaviour with the <ctype.h> functions.Taylor R Campbell2024-10-102-2/+3
* Add utility function ossl_param_is_empty()slontis2024-10-0962-99/+113
* fips: fix locking issuesPauli2024-10-091-13/+7
* jitter: support an internal jitter entropy source in the FIPS providerPauli2024-10-092-0/+7
* jitter: avoid a signed vs unsigned comparisonPauli2024-10-091-1/+1
* Add some documentation to describe the encap/decap requirementsNeil Horman2024-10-071-0/+11
* Update rsasve_recover to properly store outlen on successNeil Horman2024-10-071-4/+39
* Drop the aid field of the signature prov ctxlan11202024-10-074-13/+30
* Fix rsa_sigalg_set_ctx_params() to return 1 for unknown parameters.slontis2024-10-041-4/+1
* Change FIPS self tests to use EVP_PKEY_sign/verify API.slontis2024-10-042-40/+42
* fips: add lots of potentially missing ossl_prov_is_running checksDimitri John Ledkov2024-10-026-2/+38
* Use the correct length value for input saltSimo Sorce2024-10-021-1/+1
* Fix bugs in ECDH cofactor FIPS indicator.slontis2024-09-301-1/+4
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-302-6/+47
* fips: Prohibit SHA1 in DH & ECDH exchangeDimitri John Ledkov2024-09-274-12/+13
* fips: continuous random bit generator testsPauli2024-09-197-204/+440
* rand: remove unused field in DRBG structurePauli2024-09-191-2/+0
* Add failed entropy continuous test errorPauli2024-09-191-0/+2
* drbg: Fix typoPauli2024-09-191-1/+1
* Add Missing Error Messages for AES-OCB Tag Length Validationerbsland-dev2024-09-131-2/+10
* s390x: Add hardware acceleration for full AES-XTSHolger Dengler2024-09-134-0/+228
* Don't restrict the ECDSA settable ctx params unnecessarilyMatt Caswell2024-09-091-9/+0
* Complain about a missing digest when doing deterministic ECDSAMatt Caswell2024-09-091-1/+5
* s390x: Fix s390x_shake_squeeze() when MSA 12 is availableIngo Franzki2024-09-061-1/+4
* s390x: Fix s390x_sha3_absorb() when no data is processed by KIMDIngo Franzki2024-09-061-4/+6
* argon2: Fixed an thread availability error stringPIums2024-09-051-2/+2
* make updateTomas Mraz2024-09-053-316/+364
* Copyright year updatesTomas Mraz2024-09-0558-58/+58
* s390x: Fix prehash-by-caller handling for ED25519 and ED448Ingo Franzki2024-09-031-14/+30