aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17Determine 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-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2-2/+2
2017-08-15Print pathnames for 'version -r'Rich Salz1-3/+19
2017-08-15STORE: Add documentation on the expectations for returned namesRichard Levitte1-0/+8
2017-08-15STORE: Add info on the expected post_process callback behaviorRichard Levitte1-0/+4
2017-08-15Fix overzealous cleanup commandFdaSilvaYY1-1/+3
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk4-2/+25
2017-08-15Move ALPN handling from finalizer to delayed callBenjamin Kaduk2-40/+49
2017-08-15Revert "Add some casts for %j"Rich Salz4-14/+10
2017-08-15Use new setup_tests in code of rsa_testPaul Yang1-1/+2
2017-08-15Clear error stack on successful OSSL_STORE_open()Richard Levitte1-5/+16
2017-08-15Add ERR_clear_last_mark()Richard Levitte4-0/+29
2017-08-15Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte2-1/+1
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte10-10/+36
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte22-12/+18
2017-08-14Add some casts for %jRich Salz4-10/+14
2017-08-14Doc fixesRich Salz17-64/+362
2017-08-13Instantiate when RAND_status() checksRich Salz1-0/+2
2017-08-12Fix some typo and commentsFdaSilvaYY6-9/+9
2017-08-12sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeeze tail.Andy Polyakov1-1/+1
2017-08-12Wire SHAKE to EVP.Andy Polyakov3-4/+73