summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli
2018-10-29DSA mod inverse fixPauli
2018-10-28drbg_lib: avoid NULL pointer dereference in drbg_addDr. Matthias St. Pierre
2018-10-28iOS config targets: disable "async" by defaultRichard Levitte
2018-10-28Configure: Improve warning if no random seed source was configuredDr. Matthias St. Pierre
2018-10-27Support GeneralSubtrees with minimum = 0Fraser Tweedale
2018-10-26Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell
2018-10-26Properly handle duplicated messages from the next epochMatt Caswell
2018-10-26Fix a possible crash in rand_drbg_get_entropyBernd Edlinger
2018-10-26Configure: Reword the summary outputDr. Matthias St. Pierre
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-26RAND_load_file(): avoid adding small chunks to RAND_add()Dr. Matthias St. Pierre
2018-10-26RAND_load_file(): return error if reseeding failedDr. Matthias St. Pierre
2018-10-25Windows: Produce a static version of the public libraries, alwaysRichard Levitte
2018-10-23RAND: ensure INT32_MAX is definedRichard Levitte
2018-10-23RSA security bits calculationPauli
2018-10-22RAND_add(): fix heap corruption in error pathDr. Matthias St. Pierre
2018-10-21build file templates: have targets for all shared library namesRichard Levitte
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell
2018-10-19Test DTLS cookie generation and verificationMatt Caswell
2018-10-19Fix a DTLS memory leakMatt Caswell
2018-10-19sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov
2018-10-19Configurations/15-android.conf: add support for "standalone toolchain".Andy Polyakov
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-10-19Fix tls_cbc_digest_record is slow using SHA-384 and short messagesarmfazh
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer
2018-10-17s390x assembly pack: add OPENSSL_s390xcap environment variable.Patrick Steuer
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon
2018-10-17EVP module documentation passAntoine Salon
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre
2018-10-17Build file templates: look at *all* definesRichard Levitte
2018-10-17Add a missing check on s->s3->tmp.pkeyMansour Ahmadi
2018-10-17print() is a function in Python 3cclauss
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-10-12ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov
2018-10-12sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.Andy Polyakov
2018-10-12Fix a typo in a macroMatt Caswell
2018-10-11Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz
2018-10-11Fix compiling warnings in example codePaul Yang
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY
2018-10-10rand_unix.c: fix --with-rand-seed=none buildDr. Matthias St. Pierre
2018-10-10Fix no-engineMatt Caswell
2018-10-09mkdef: bsd-gcc uses solaris symbol version scriptsBenjamin Kaduk