aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte2017-08-1510-10/+36
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-1522-12/+18
* Add some casts for %jRich Salz2017-08-144-10/+14
* Doc fixesRich Salz2017-08-1417-64/+362
* Instantiate when RAND_status() checksRich Salz2017-08-131-0/+2
* Fix some typo and commentsFdaSilvaYY2017-08-126-9/+9
* sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeeze tail.Andy Polyakov2017-08-121-1/+1
* Wire SHAKE to EVP.Andy Polyakov2017-08-123-4/+73
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-128-7/+64
* Clarify CLI OCSP documentationJohannes Bauer2017-08-112-1/+8
* Fix some Typos and indentsFdaSilvaYY2017-08-1114-21/+20
* Move FuzzerSetRand to separate file.Rich Salz2017-08-116-31/+48
* [extended tests] Add steps to update an external test suiteJon Spillett2017-08-111-0/+30
* Update pyca-cryptography to latest commitJon Spillett2017-08-111-0/+0
* no-ec2m fixesDr. Stephen Henson2017-08-102-3/+4
* Add alternative CMS P-256 certDr. Stephen Henson2017-08-102-0/+26
* Fix no-ecDr. Stephen Henson2017-08-101-0/+2
* Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb2017-08-101-2/+3
* Don't modify resumed session objectsBenjamin Kaduk2017-08-091-8/+10
* Add missing documentation of the default format for commands.Tomas Mraz2017-08-0915-31/+33
* Fix memory leak in session cache testBenjamin Kaduk2017-08-091-4/+6
* Add -d flag to list -u details (now normally off)Rich Salz2017-08-091-9/+12
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-2/+3
* Fix trivial nits in documentaionPaul Yang2017-08-092-2/+2
* Add XXX_security_bits documentationPaul Yang2017-08-096-18/+99
* Test server side session cachingMatt Caswell2017-08-091-28/+153
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-094-0/+16
* Fix building without scryptJohannes Bauer2017-08-083-0/+10
* Add test for ECDH CMS key onlyDr. Stephen Henson2017-08-081-0/+9
* Support CMS decrypt without a certificate for all key typesDr. Stephen Henson2017-08-081-6/+4
* Add documentation for the scrypt PKEY_METHODJohannes Bauer2017-08-081-0/+158
* Add PKEY_METHOD macro testsJohannes Bauer2017-08-083-1/+153
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-0814-4/+384
* Various RAND improvementsRich Salz2017-08-073-43/+55
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Make RAND_DRBG fork-safeRich Salz2017-08-076-2/+23
* Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli2017-08-074-11/+45
* Add missing include of cryptlib.hRich Salz2017-08-066-5/+6
* Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson2017-08-061-0/+32
* Use passed drbg, not global oneDr. Stephen Henson2017-08-061-2/+2
* Small typo in manpage of x509(1)Johannes Bauer2017-08-051-1/+1
* Fix typo in files in crypto folderXiaoyin Liu2017-08-054-8/+8
* Fix typo in HKDF example documentationJohannes Bauer2017-08-051-1/+1
* Add entropy sanity checkDr. Stephen Henson2017-08-051-0/+5
* Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson2017-08-051-0/+2
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-0412-199/+597
* Test fixtures changed to pointers.Pauli2017-08-043-127/+139
* recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov2017-08-031-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-0319-53/+126
* Add a DRBG to each SSL objectRich Salz2017-08-0313-20/+51