summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmdline app: add provider commandline options.Pauli2020-03-071-3/+39
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-067-82/+110
* crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer2020-03-051-1/+6
* aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer2020-03-051-2/+2
* Add DSA Key validation to default providerShane Lontis2020-03-042-3/+3
* Add DH key validation to default providerShane Lontis2020-03-041-2/+2
* Add Serializers for ECShane Lontis2020-03-032-3/+3
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-037-45/+247
* Fix build with clang assemblerPhilippe Antoine2020-03-031-0/+5
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-037-24/+333
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-021-0/+5
* EVP: Add support for copying provided EVP_PKEYsRichard Levitte2020-03-022-8/+127
* KEYMGMT: Add a keydata copy functionRichard Levitte2020-03-022-0/+11
* EVP: Add support for comparing provided EVP_PKEYsRichard Levitte2020-03-022-4/+152
* KEYMGMT: Add a keydata matching functionRichard Levitte2020-03-022-0/+15
* EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte2020-03-022-2/+16
* crypto/perlasm/x86_64-xlate.pl: detect GNU as to deal with quirksRichard Levitte2020-03-021-1/+13
* EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte2020-02-291-10/+119
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-2911-190/+195
* x509v3 subjectSignTool extention supportNikolay Morozov2020-02-285-3/+75
* Fix comment placement in ecp_nistp256.ciScott Arciszewski2020-02-281-2/+2
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-273-3/+3
* secmem: ignore small minsize arguments to CRYPTO_secure_malloc_init().Pauli2020-02-261-6/+22
* Mem-sec small code adjustmentDavide Galassi2020-02-261-10/+8
* x86_64: Replace .asciz "GNU" with .byteH.J. Lu2020-02-261-1/+6
* DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre2020-02-253-32/+48
* Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte2020-02-225-80/+189
* DSA: More conforming names in crypto/dsa/dsa_aid.cRichard Levitte2020-02-221-17/+22
* rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte2020-02-222-1/+11
* PROV: add RSA signature implementationRichard Levitte2020-02-228-91/+296
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-215-97/+109
* Introduce the provider propertyMatt Caswell2020-02-211-5/+2
* pmeth_lib: detect unsupported OSSL_PARAM.Pauli2020-02-211-1/+7
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-214-6/+8
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-2014-1/+79
* Deprecate the low level RSA functions.Pauli2020-02-2022-0/+132
* Remove unneeded switch statement to fix warningDane (4cad@silvertoque)2020-02-204-29/+6
* [BN] harden `BN_copy()` against leaks from memory accessesNicola Tuveri2020-02-181-2/+6
* [EC] harden EC_KEY against leaks from memory accessesNicola Tuveri2020-02-181-2/+72
* [PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri2020-02-181-7/+48
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-1810-51/+796
* [EC] Constify internal EC_KEY pointer usageNicola Tuveri2020-02-181-2/+2
* x86_64: Don't assume 8-byte pointer sizeH.J. Lu2020-02-184-52/+167
* ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli2020-02-171-1/+1
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-1710-129/+1076
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-1711-100/+149
* improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb2020-02-173-31/+142
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-17163-163/+163
* Fix a bug for aarch64 BigEndiansimplelins2020-02-171-1/+9
* crypto/bn: fix debug buildWataru Ashihara2020-02-171-0/+1