summaryrefslogtreecommitdiffstats
path: root/apps/rsa.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-10Don't compile commands if disabledRich Salz15-375/+341
2020-04-10Fix krb5 external testBenjamin Kaduk1-1/+1
2020-04-09Add common internal crypto/ modules in liblegacy.aRichard Levitte1-0/+2
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell4-10/+17
2020-04-09Add the auto generated der files to .gitignoreMatt Caswell1-0/+8
2020-04-09Document the new library context aware CT functionsMatt Caswell3-21/+61
2020-04-09Ensure libssl uses the new library context aware CT codeMatt Caswell1-2/+2
2020-04-09Make the CT code library context awareMatt Caswell9-34/+168
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell7-8/+24
2020-04-09OpenSSL::OID: Don't use List::UtilRichard Levitte1-4/+31
2020-04-09Update RAND_METHOD definition in man pageJim Newsome1-2/+2
2020-04-09Travis build matrix adjustmentsTomas Mraz1-44/+20
2020-04-09Add a null provider which implements no algorithms.Pauli5-1/+169
2020-04-09Move legacy ciphers into the legacy providerShane Lontis21-194/+307
2020-04-09Document the new X509_STORE_CTX_new_with_libctx() functionMatt Caswell1-25/+35
2020-04-09Explicitly cache the X509v3_extensions in one more place in libsslMatt Caswell1-0/+6
2020-04-09Use the libctx and propq from the X509_STORE_CTXMatt Caswell1-10/+40
2020-04-09Use X509_STORE_CTX_new_with_libctx() in libsslMatt Caswell2-3/+4
2020-04-09Add X509_STORE_CTX_new_with_libctx()Matt Caswell4-2/+30
2020-04-08TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte4-0/+120
2020-04-08Fix export of provided EC keysRichard Levitte1-5/+2
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte9-35/+107
2020-04-08EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte5-16/+177
2020-04-08params: add a warning about the PTR types.Pauli2-0/+12
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer1-13/+9
2020-04-08Integer overflow in ASN1_STRING_set.Pauli1-5/+16
2020-04-08params: avoid a core dump with a null pointer and a get string callPauli1-0/+2
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley2-20/+36
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger1-4/+4
2020-04-07Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb4-4/+10
2020-04-07Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb1-1/+1
2020-04-07Fix bugs in 3GPP exception checking and improve diagnostics in crypt/cmp/cmp_...Dr. David von Oheimb1-48/+82
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte8-116/+203
2020-04-07PROV: Add DERlib support for DSARichard Levitte8-85/+145
2020-04-07PROV: Add DERlib support for RSARichard Levitte8-117/+220
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte9-1/+532
2020-04-07Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2-0/+476
2020-04-06Add test cases for the non CA certificate with pathlen:0Tomas Mraz3-2/+25
2020-04-06Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz1-0/+6
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz1-3/+7
2020-04-04Add a WPACKET test for the new DER capabilityMatt Caswell1-0/+67
2020-04-04Add "endfirst" writing to WPACKETMatt Caswell2-1/+71
2020-04-03Fix a gcc warning about possible null pointerBernd Edlinger1-1/+1
2020-04-03Expand the XTS documentationMatt Caswell1-0/+7
2020-04-03Remove an unnecessary call to BN_CTX_free.Aaron Thompson1-3/+2
2020-04-03Fix bugs in EC code introduced with FIPS changes.Aaron Thompson1-15/+21
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis6-416/+1074
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb18-117/+191
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb26-244/+321
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov7-9/+49