summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte
2017-08-22Add random serial# support.Rich Salz
2017-08-22Avoid a self-assignment.Pauli
2017-08-22Dead code elimination.Pauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-22Fix ctype arguments.Pauli
2017-08-21Safely display SNI (just in case)Rich Salz
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-08-21Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell
2017-08-21Remove OPENSSL_assert() usage from crypto/bnMatt Caswell
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell
2017-08-21Remove double error messagesPauli
2017-08-19Fix ui_write in apps/apps.cRichard Levitte
2017-08-18Put thread-fork-init inside a run-once guardRich Salz
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti
2017-08-18Add a comment on expectations in the "tar" targetRichard Levitte
2017-08-18Prepare tarball in dist directoryRichard Levitte
2017-08-18Turn on error sensitivity in the "tar" targetRichard Levitte
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte
2017-08-18err/err.c: improve readability.Andy Polyakov
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-18Fix windows build after too aggressive e_os.h removalPauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-08-17When building a tarball, avoid trying to copy submodulesRichard Levitte
2017-08-17Determine the number of output columns for the list and help commands usingPauli
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-16sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.Andy Polyakov
2017-08-16Fix some documentation typos.David Benjamin
2017-08-16fix some typosFdaSilvaYY
2017-08-16Fix two MSVC warnings in apps.cFdaSilvaYY
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-08-16Copy dlls into fuzz directoryMatt Caswell
2017-08-16bndiv fuzzer: limit the size of the input to avoid timeoutgbrl
2017-08-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer
2017-08-15Print pathnames for 'version -r'Rich Salz