aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok1-1/+2
2017-07-24Makefile.shared: Make link_shlib.linux-shared less verbose againRichard Levitte1-1/+1
2017-07-24test/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'Richard Levitte1-8/+12
2017-07-24Simplify Makefile.sharedRichard Levitte2-192/+90
2017-07-24Improve struct tm populationPauli3-4/+117
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang6-272/+222
2017-07-24Update documentation for SSL_is_server()Paul Yang1-2/+15
2017-07-23Remove unused function prototypesXiaoyin Liu1-3/+0
2017-07-23Update doc/ca.pod to clarify description for datesPaul Yang1-2/+14
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer2-10/+10
2017-07-22Add --with-rand-seedRich Salz10-306/+324
2017-07-21sha/asm/keccak1600-avx512.pl: absorb bug-fix and minor optimization.Andy Polyakov1-19/+17
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov8-5/+33
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang15-144/+1083
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk1-1/+1
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk2-14/+19
2017-07-20Remove trailing whitespace from drbgtest.cBenjamin Kaduk1-2/+2
2017-07-20Rename internal rand.h fileRich Salz3-2/+2
2017-07-20Fix faulty includeRichard Levitte1-1/+1
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz4-4/+10
2017-07-19Add keygen test dataDr. Stephen Henson1-0/+34
2017-07-19Add keygen test to evp_testDr. Stephen Henson1-0/+112
2017-07-19Typo: should check mgf1mdDr. Stephen Henson1-1/+1
2017-07-19Set maskHash when creating parameters.Dr. Stephen Henson1-0/+2
2017-07-19Remove some dead codeMatt Caswell2-6/+0
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell2-2/+18
2017-07-19Add DRBG random methodRich Salz19-54/+2165
2017-07-18Add some performance notes about early dataMatt Caswell1-0/+24
2017-07-18Remove session checks from SSL_clear()Matt Caswell1-5/+2
2017-07-18Add a test for SSL_clear()Matt Caswell1-0/+55
2017-07-18Fix SSL_clear() in TLSv1.3Matt Caswell1-3/+5
2017-07-18Tolerate a zero length ticket nonceMatt Caswell2-5/+0
2017-07-18Add a test for early_data when an HRR occursMatt Caswell1-10/+47
2017-07-18Fix early_data with an HRRMatt Caswell4-16/+23
2017-07-18RSA_padding_check_PKCS1_type_2 is not constant time.Emilia Kasper2-0/+14
2017-07-17Remove resolved TODOEmilia Kasper1-2/+0
2017-07-17Fix bogus use of BIO_sock_should_retry.Bernd Edlinger1-1/+1
2017-07-17Fix TLSv1.3 exporter secretTatsuhiro Tsujikawa1-4/+6
2017-07-17Fix use-after-freeRich Salz2-4/+7
2017-07-17Fix some pedantic warnings.Pauli5-6/+6
2017-07-16Standardize apps use of -rand, etc.Rich Salz49-426/+510
2017-07-16Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz23-31/+32
2017-07-17Address Coverity issues.Pauli1-3/+2
2017-07-15sha/asm/keccak1600-avx2.pl: optimized remodelled version.Andy Polyakov1-97/+99
2017-07-15sha/asm/keccak1600-avx2.pl: remodel register usage.Andy Polyakov1-109/+105
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte1-1/+1
2017-07-15OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte1-3/+7
2017-07-15OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte1-18/+28
2017-07-15test/recipes/90-test_store.t: Add a few cases with files starting with 'file:'Richard Levitte1-0/+31
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte2-28/+76