aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri2019-09-073-84/+62
* Uniform BN_bn2binpad() and BN_bn2lebinpad() implementationsNicola Tuveri2019-09-071-20/+17
* Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri2019-09-071-0/+44
* Fix a SCA leak using BN_bn2bin()Nicola Tuveri2019-09-073-21/+15
* Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger2019-09-061-4/+1
* [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-062-3/+20
* libcrypto.num entries for KDFsPauli2019-09-061-7/+13
* Move OSSL_OP_KDF into its rightful place amongst the other OSSL_OP_ definitionsPauli2019-09-061-1/+1
* Remove reference to legacy aliases for MAC and KDFPauli2019-09-061-4/+0
* Clear collected_seed after freeing itPauli2019-09-061-1/+3
* Lowercase command line 'N' argument since params have lower case namesPauli2019-09-061-1/+1
* Update KDF documentation (section 3)Pauli2019-09-062-274/+259
* Update KDF documentation (section 1)Pauli2019-09-062-9/+15
* Update KDF documentation (section 7)Pauli2019-09-0613-974/+811
* Deal with BUF_MEM_grow ambiguityRichard Levitte2019-09-061-2/+9
* crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"Richard Levitte2019-09-061-9/+34
* More KDF cleanupRichard Levitte2019-09-062-22/+31
* PBKDF2 implementation: refactor to avoid memleakRichard Levitte2019-09-061-5/+10
* Fix memleaks in KDF implementationsRichard Levitte2019-09-067-11/+9
* crypto/evp/pkey_kdf.c: Redo parameter processingRichard Levitte2019-09-061-35/+83
* crypto/evp/kdf_meth.c: Add the reset function to the methodRichard Levitte2019-09-061-0/+5
* Update private.num for KDFs/PRFsPauli2019-09-061-2/+0
* ossl_provider_library_context(NULL) returns NULL.Pauli2019-09-061-1/+2
* Params from text to allow zero length value fieldsPauli2019-09-061-41/+44
* Update EVP test data for KDFs and PRFs.Pauli2019-09-061-13/+13
* KDF error codes reworkedPauli2019-09-067-57/+101
* Cleanse KDF missing crypto filesPauli2019-09-062-2/+0
* Cleanse KDF error filesPauli2019-09-064-120/+6
* Cleanse crypto/kdf directoryPauli2019-09-063-71/+1
* KDF/PRF updates to libcryptoPauli2019-09-0610-237/+334
* App updates for KDF provider conversion.Pauli2019-09-062-30/+80
* KDF provider conversion error updates - generatedPauli2019-09-064-0/+12
* KDF additons to names and numbersPauli2019-09-062-0/+55
* Test updates in light of the KDF switchoverPauli2019-09-062-148/+224
* Documentation updates in light of the KDF conversionPauli2019-09-061-57/+35
* Add KDFs to providersPauli2019-09-0615-1232/+1406
* Fix users of KDFs to use params not ctlsPauli2019-09-065-93/+198
* Remove old KDF initialisationPauli2019-09-063-58/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-062-39/+74
* Move KDFs to the provider.Pauli2019-09-068-0/+15
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-067-26/+262
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-054-17/+11
* Reverting check to correctDmitry Belyavskiy2019-09-051-1/+1
* Disallow change EVP_CIPHER properties once setDmitry Belyavskiy2019-09-051-0/+27
* Disallow change EVP_MD properties once setDmitry Belyavskiy2019-09-051-0/+30
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-051-3/+86
* [crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-051-9/+96
* Make failed messages easier to findRich Salz2019-09-051-35/+21