aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FFC param/key validationShane Lontis2020-02-1618-192/+573
* x86_64: Add endbranch at function entries for Intel CETH.J. Lu2020-02-159-0/+44
* Make secure-memory be a config optionRich Salz2020-02-141-23/+22
* Adapt i2d_PUBKEY for provider only keysRichard Levitte2020-02-141-11/+42
* Adapt i2d_PrivateKey for provider only keysRichard Levitte2020-02-141-0/+32
* Forgotten GOST2012 support in non-vital placesNikolay Morozov2020-02-141-0/+8
* Fix coverity issuesShane Lontis2020-02-141-9/+7
* x86_64: Always generate .note.gnu.property section for ELF outputsH.J. Lu2020-02-131-7/+14
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-1310-34/+145
* Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2020-02-121-1/+1
* fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb2020-02-122-7/+10
* Remove unused ossl_param_bld_to_param_ex() function.Pauli2020-02-121-30/+0
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-122-33/+1
* Deprecate the low level DSA functions.Pauli2020-02-1220-0/+116
* Add S390 support for provider based X25519/X448Matt Caswell2020-02-111-6/+6
* Add X25519/X448 Key Exchange to the default providerMatt Caswell2020-02-112-1/+50
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-112-4/+4
* Implement a stricter ECX_KEY typeMatt Caswell2020-02-117-58/+91
* X509_PUBKEY_set(): Fix memory leakRichard Levitte2020-02-111-0/+16
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-1019-633/+1591
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-103-2/+125
* Memory allocator code cleanupDavide Galassi2020-02-101-38/+28
* x86: Always generate .note.gnu.property section for ELF outputsH.J. Lu2020-02-081-0/+20
* Fix no-ecMatt Caswell2020-02-072-0/+4
* Use swapcontext for Intel CETH.J. Lu2020-02-072-1/+20
* Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte2020-02-077-14/+9
* RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2020-02-072-0/+30
* KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte2020-02-071-12/+22
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-0716-535/+329
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-075-165/+168
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-069-16/+16
* Add FFC param/key generationShane Lontis2020-02-0613-691/+1321
* Fix builds with no-dhMatt Caswell2020-02-061-2/+8