aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-2234-231/+559
* Fix ctype arguments.Pauli2017-08-227-9/+10
* Safely display SNI (just in case)Rich Salz2017-08-211-3/+11
* Document missing EVP_PKEY_method_* itemsPaul Yang2017-08-212-0/+377
* Check # of arguments for remaining commands.Rich Salz2017-08-217-23/+48
* Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer2017-08-211-0/+42
* More updates following review feedbackMatt Caswell2017-08-215-29/+8
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-215-14/+1
* Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2017-08-212-41/+99
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-212-5/+29
* Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell2017-08-211-3/+6
* Remove OPENSSL_assert() from crypto/pemMatt Caswell2017-08-212-10/+16
* Remove OPENSSL_assert() from crypto/kdfMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/hmacMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/ecMatt Caswell2017-08-212-2/+4
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-212-6/+6
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-213-14/+21
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Remove double error messagesPauli2017-08-211-11/+7
* Fix ui_write in apps/apps.cRichard Levitte2017-08-191-1/+1
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* Reorder extensions to put SigAlgs lastTodd Short2017-08-184-11/+16
* Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti2017-08-181-0/+2
* Add a comment on expectations in the "tar" targetRichard Levitte2017-08-181-0/+2
* Prepare tarball in dist directoryRichard Levitte2017-08-181-6/+6
* Turn on error sensitivity in the "tar" targetRichard Levitte2017-08-181-0/+1
* test/asn1_time_test.c: Better check of signed time_tRichard Levitte2017-08-181-2/+15
* err/err.c: improve readability.Andy Polyakov2017-08-181-6/+2
* err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov2017-08-181-2/+0
* Fix windows build after too aggressive e_os.h removalPauli2017-08-183-0/+3
* Remove tests dependence on e_os.hPauli2017-08-1858-58/+74
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* When building a tarball, avoid trying to copy submodulesRichard Levitte2017-08-171-1/+4
* Determine the number of output columns for the list and help commands usingPauli2017-08-171-15/+35
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-164-56/+147
* sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.Andy Polyakov2017-08-161-144/+242
* Fix some documentation typos.David Benjamin2017-08-161-1/+1
* fix some typosFdaSilvaYY2017-08-162-18/+18
* Fix two MSVC warnings in apps.cFdaSilvaYY2017-08-161-0/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-1618-71/+71
* Copy dlls into fuzz directoryMatt Caswell2017-08-161-0/+3
* bndiv fuzzer: limit the size of the input to avoid timeoutgbrl2017-08-161-0/+7
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-152-2/+2
* Print pathnames for 'version -r'Rich Salz2017-08-151-3/+19
* STORE: Add documentation on the expectations for returned namesRichard Levitte2017-08-151-0/+8
* STORE: Add info on the expected post_process callback behaviorRichard Levitte2017-08-151-0/+4
* Fix overzealous cleanup commandFdaSilvaYY2017-08-151-1/+3
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-154-2/+25
* Move ALPN handling from finalizer to delayed callBenjamin Kaduk2017-08-152-40/+49