summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-22Use "" not <> for internal/ includesRich Salz21-39/+39
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte1-0/+12
2017-08-22Add random serial# support.Rich Salz5-29/+59
2017-08-22Avoid a self-assignment.Pauli1-2/+2
2017-08-22Dead code elimination.Pauli1-9/+0
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli34-231/+559
2017-08-21Fix ctype arguments.Pauli7-9/+10
2017-08-21Safely display SNI (just in case)Rich Salz1-3/+11
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang2-0/+377
2017-08-21Check # of arguments for remaining commands.Rich Salz7-23/+48
2017-08-21Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer1-0/+42
2017-08-21More updates following review feedbackMatt Caswell5-29/+8
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell5-14/+1
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2-41/+99
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell2-5/+29
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell1-3/+6
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell2-10/+16
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell1-1/+2
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell1-1/+2
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell2-2/+4
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell1-1/+2
2017-08-21Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2-6/+6
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell3-14/+21
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell1-1/+3
2017-08-21Remove double error messagesPauli1-11/+7
2017-08-19Fix ui_write in apps/apps.cRichard Levitte1-1/+1
2017-08-18Put thread-fork-init inside a run-once guardRich Salz1-2/+11
2017-08-18Reorder extensions to put SigAlgs lastTodd Short4-11/+16
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti1-0/+2
2017-08-18Add a comment on expectations in the "tar" targetRichard Levitte1-0/+2
2017-08-18Prepare tarball in dist directoryRichard Levitte1-6/+6
2017-08-18Turn on error sensitivity in the "tar" targetRichard Levitte1-0/+1
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte1-2/+15
2017-08-18err/err.c: improve readability.Andy Polyakov1-6/+2
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov1-2/+0
2017-08-18Fix windows build after too aggressive e_os.h removalPauli3-0/+3
2017-08-18Remove tests dependence on e_os.hPauli58-58/+74
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger1-8/+13
2017-08-17When building a tarball, avoid trying to copy submodulesRichard Levitte1-1/+4
2017-08-16Determine the number of output columns for the list and help commands usingPauli1-15/+35
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb4-56/+147
2017-08-16sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.Andy Polyakov1-144/+242
2017-08-16Fix some documentation typos.David Benjamin1-1/+1
2017-08-16fix some typosFdaSilvaYY2-18/+18
2017-08-16Fix two MSVC warnings in apps.cFdaSilvaYY1-0/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY18-71/+71
2017-08-16Copy dlls into fuzz directoryMatt Caswell1-0/+3
2017-08-16bndiv fuzzer: limit the size of the input to avoid timeoutgbrl1-0/+7
2017-08-16Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2-2/+2
2017-08-15Print pathnames for 'version -r'Rich Salz1-3/+19