summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+3
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-061-0/+15
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-033-1/+19
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-033-0/+11
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-021-0/+4
* EVP: Add support for copying provided EVP_PKEYsRichard Levitte2020-03-021-0/+1
* KEYMGMT: Add a keydata copy functionRichard Levitte2020-03-022-1/+10
* EVP: Add support for comparing provided EVP_PKEYsRichard Levitte2020-03-021-0/+1
* KEYMGMT: Add a keydata matching functionRichard Levitte2020-03-022-0/+9
* EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte2020-03-021-0/+1
* Fix drop of const qualifierAndré Klitzing2020-02-291-4/+4
* EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte2020-02-291-0/+3
* Rethink the EVP_PKEY cache of provider side keysRichard Levitte2020-02-291-15/+43
* x509v3 subjectSignTool extention supportNikolay Morozov2020-02-282-1/+26
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-271-7/+9
* VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte2020-02-272-5/+17
* Mem-sec small code adjustmentDavide Galassi2020-02-261-2/+1
* DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre2020-02-251-1/+1
* Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte2020-02-221-0/+4
* PROV: add RSA signature implementationRichard Levitte2020-02-223-10/+34
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-214-8/+41
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-202-111/+137
* DH: fix header file indentationPauli2020-02-201-135/+125
* Deprecate the low level RSA functions.Pauli2020-02-201-190/+232
* rsa.h: fix preprocessor indentationPauli2020-02-201-81/+81
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-184-46/+71
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-176-2/+29
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-175-18/+18
* improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb2020-02-171-27/+3
* Fix a bug for aarch64 BigEndiansimplelins2020-02-171-2/+5
* Add FFC param/key validationShane Lontis2020-02-163-21/+53
* include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte2020-02-151-3/+1
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-132-1/+3
* Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2020-02-121-0/+4
* fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb2020-02-121-35/+40
* Remove unused ossl_param_bld_to_param_ex() function.Pauli2020-02-121-4/+0
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-121-5/+0
* Deprecate the low level DSA functions.Pauli2020-02-111-75/+91
* dsa.h: fix preprocessor indentationPauli2020-02-111-53/+56
* Add S390 support for provider based X25519/X448Matt Caswell2020-02-111-0/+7
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-111-8/+2
* Implement a stricter ECX_KEY typeMatt Caswell2020-02-112-17/+68
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-109-30/+165
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-103-0/+13
* Memory allocator code cleanupDavide Galassi2020-02-101-49/+53
* Fix no-dhMatt Caswell2020-02-082-7/+16
* RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2020-02-071-0/+4
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-075-154/+118
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-071-9/+14