summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify all assembler file generatorsRichard Levitte2019-09-16160-469/+663
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-1617-198/+172
* clearing the ecx private key memoryManishPatidar12019-09-161-1/+1
* Add blowfish ciphers to default providerShane Lontis2019-09-151-0/+4
* Add fips module integrity checkShane Lontis2019-09-152-4/+23
* Fix compile error detected by Solaris buildShane Lontis2019-09-151-6/+9
* fix CRMF symmetric key handlingAndreas Kretschmer2019-09-141-15/+24
* Add aes_xts cipher to providersShane Lontis2019-09-143-2/+7
* Fix S390X bad size_t that causes memory trash in legacy ciphersShane Lontis2019-09-141-4/+4
* ERR: Change get_error_values() to use an enumRich Salz2019-09-131-43/+40
* Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger2019-09-132-8/+25
* Deprecate ERR_get_state()Richard Levitte2019-09-123-12/+22
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-123-0/+12
* Modernise ERR_print_errors_cb()Richard Levitte2019-09-121-8/+14
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-20/+85
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-1233-33/+33
* BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz2019-09-121-0/+22
* Avoid passing NULL to memcpyMatt Caswell2019-09-121-10/+6
* Pass the correct ctx to provider KDF functionsMatt Caswell2019-09-121-1/+1
* crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre2019-09-111-3/+3
* drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre2019-09-111-2/+4
* drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre2019-09-111-0/+3
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-118-30/+38
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-112-0/+13
* Usages of KDFs converted to use the name macrosPauli2019-09-114-4/+4
* Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli2019-09-111-0/+4
* Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+1
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger2019-09-104-5/+31
* Fix a potential crash in rand_unix.cBernd Edlinger2019-09-101-31/+84
* Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger2019-09-101-17/+22
* Fix build with VS2008Bernd Edlinger2019-09-091-1/+2
* Move EVP_PKEY algorithm implementations into a unionMatt Caswell2019-09-096-101/+172
* Revise EVP_PKEY param handlingMatt Caswell2019-09-094-37/+155
* Enable DH "keys" which only contain domain parametersMatt Caswell2019-09-091-6/+15
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-093-58/+184
* Implement DSA in the default providerMatt Caswell2019-09-098-6/+113
* Add the ability to perform signatures in a providerMatt Caswell2019-09-098-16/+341
* DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger2019-09-091-1/+2
* Use BN_clear_free in DH_set0_keyBernd Edlinger2019-09-091-2/+2
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-0/+12
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-091-4/+67
* [ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri2019-09-073-18/+18
* [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
* Clear collected_seed after freeing itPauli2019-09-061-1/+3