summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Param build: make structures opaque.Pauli2020-03-282-23/+22
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-282-15/+15
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-253-3/+118
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-231-2/+4
* Use RAND_bytes_ex in crypto/rsaMatt Caswell2020-03-196-35/+81
* Add RSA sign to the fips providerShane Lontis2020-03-153-14/+51
* Fix RSA structureRichard Levitte2020-03-141-5/+7
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+91
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-0/+7
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-073-5/+16
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-11/+87
* rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte2020-02-222-1/+11
* PROV: add RSA signature implementationRichard Levitte2020-02-226-35/+223
* Deprecate the low level RSA functions.Pauli2020-02-2020-0/+120
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-1310-34/+145
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-30/+24
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-8/+4
* Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx2020-02-051-1/+19
* Add RSA key validation to default providerShane Lontis2020-01-292-37/+61
* libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-192-3/+4
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-152-0/+8
* Remove asn1 module dependency from RSASSA-PKCS1-v1_5 implementation.Shane Lontis2019-12-221-50/+186
* Fix some typosVeres Lajos2019-12-111-1/+1
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-051-1/+124
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-291-0/+5
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-141-2/+391
* Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell2019-11-141-4/+1
* RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx2019-11-091-12/+15
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-176-2/+137
* Added internal functions for easy getting and setting all RSA parameters.Richard Levitte2019-10-171-0/+116
* Add BN_check_prime()Kurt Roeckx2019-10-142-9/+7
* rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre2019-10-032-21/+21
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2819-21/+21
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-288-10/+10
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-2/+12
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli2019-09-111-0/+4
* [crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia2019-09-061-3/+6
* [crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-061-0/+6
* Ensure RSA PSS correctly returns the right default digestMatt Caswell2019-08-091-0/+13
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-312-0/+12
* Regenerate mkerr filesRich Salz2019-07-161-106/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-1/+1
* FIPS: Fix compiler errors in rsa_chk.c when building with `-DFIPS_MODE`Dr. Matthias St. Pierre2019-04-301-5/+3
* Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin2019-04-261-0/+1
* SP 800-56B steps enumerated.Pauli2019-04-171-0/+27
* Avoid creating invalid rsa pss paramsBernd Edlinger2019-04-101-1/+3