summaryrefslogtreecommitdiffstats
path: root/external (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-29Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte1-20/+172
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte6-1/+379
2018-10-29Add automatic initializations support for EVP_MAC objectsRichard Levitte6-3/+52
2018-10-29Add EVP_MAC APIRichard Levitte14-3/+713
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger2-24/+6
2018-10-28randfile.c: fix a Coverity warningDr. Matthias St. Pierre1-1/+1
2018-10-28Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli1-3/+3
2018-10-28Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli1-13/+15
2018-10-28DSA mod inverse fixPauli1-1/+31
2018-10-28drbg_lib: avoid NULL pointer dereference in drbg_addDr. Matthias St. Pierre1-1/+3
2018-10-28iOS config targets: disable "async" by defaultRichard Levitte1-12/+10
2018-10-28Configure: Improve warning if no random seed source was configuredDr. Matthias St. Pierre1-6/+11
2018-10-27Support GeneralSubtrees with minimum = 0Fraser Tweedale1-2/+24
2018-10-26Fix data race in RAND_DRBG_generateBernd Edlinger3-17/+30
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell3-26/+96
2018-10-26Properly handle duplicated messages from the next epochMatt Caswell1-4/+1
2018-10-26Fix a possible crash in rand_drbg_get_entropyBernd Edlinger1-0/+2
2018-10-26Configure: Reword the summary outputDr. Matthias St. Pierre1-3/+9
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre2-45/+153
2018-10-26RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre1-9/+23
2018-10-26RAND_load_file(): return error if reseeding failedDr. Matthias St. Pierre1-0/+6
2018-10-25Windows: Produce a static version of the public libraries, alwaysRichard Levitte2-21/+9
2018-10-23RAND: ensure INT32_MAX is definedRichard Levitte1-0/+2
2018-10-23RSA security bits calculationPauli2-1/+188
2018-10-22RAND_add(): fix heap corruption in error pathDr. Matthias St. Pierre1-0/+4
2018-10-21build file templates: have targets for all shared library namesRichard Levitte2-36/+32
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell1-3/+2
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell3-28/+47
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell3-30/+19
2018-10-19Test DTLS cookie generation and verificationMatt Caswell1-0/+51
2018-10-19Fix a DTLS memory leakMatt Caswell1-1/+3
2018-10-19sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov1-77/+69
2018-10-19Configurations/15-android.conf: add support for "standalone toolchain".Andy Polyakov2-15/+44
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov1-1/+2
2018-10-19Fix tls_cbc_digest_record is slow using SHA-384 and short messagesarmfazh1-2/+3
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni1-5/+4
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni1-2/+2
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer2-0/+174
2018-10-17s390x assembly pack: add OPENSSL_s390xcap environment variable.Patrick Steuer3-13/+556
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon4-3/+9
2018-10-17EVP module documentation passAntoine Salon23-58/+434
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre1-9/+10
2018-10-17Build file templates: look at *all* definesRichard Levitte2-6/+6
2018-10-17Add a missing check on s->s3->tmp.pkeyMansour Ahmadi1-0/+6
2018-10-17print() is a function in Python 3cclauss1-1/+1
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre13-46/+128
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz1-1/+1
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov1-1/+2
2018-10-12ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov1-3/+5
2018-10-12sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.Andy Polyakov1-2/+2