summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-08-15STORE: Add documentation on the expectations for returned namesRichard Levitte
2017-08-15STORE: Add info on the expected post_process callback behaviorRichard Levitte
2017-08-15Fix overzealous cleanup commandFdaSilvaYY
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-15Move ALPN handling from finalizer to delayed callBenjamin Kaduk
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-15Use new setup_tests in code of rsa_testPaul Yang
2017-08-15Clear error stack on successful OSSL_STORE_open()Richard Levitte
2017-08-15Add ERR_clear_last_mark()Richard Levitte
2017-08-15Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-08-14Add some casts for %jRich Salz
2017-08-14Doc fixesRich Salz
2017-08-13Instantiate when RAND_status() checksRich Salz
2017-08-12Fix some typo and commentsFdaSilvaYY