summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-21segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin
2016-06-21buf2hexstr: properly deal with empty stringKurt Roeckx
2016-06-21Fix typoPetr Vaněk
2016-06-21Appveyor: test install as well, via a fake deploy_scriptRichard Levitte
2016-06-21Travis: When testing install, install docs as wellRichard Levitte
2016-06-21OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte
2016-06-21More doc cleanupRich Salz
2016-06-20Avoid using latest clang since repo not availableRich Salz
2016-06-20Make arm-xlate.pl set use strict.David Benjamin
2016-06-20Add verification of proxy certs to 25-test_verify.tRichard Levitte
2016-06-20Create some proxy certificatesRichard Levitte
2016-06-20Make it possible to generate proxy certs with test/certs/mkcert.shRichard Levitte
2016-06-20make updateRichard Levitte
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte
2016-06-20Fix proxy certificate pathlength verificationRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20RT3925: Remove trailing semi from macroDr. Matthias St. Pierre
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-06-20Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi
2016-06-20Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi
2016-06-20doc and comment fixeshuangqinjin
2016-06-20crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi
2016-06-20RT3136: Remove space after issuer/subjectJiri Horky
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov
2016-06-20Tests should check validation status directlyRob Percival
2016-06-20Test SCT listsRob Percival
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov
2016-06-20Change the RAND_file_name documentation accordinglyRichard Levitte
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-18Useless includesFdaSilvaYY
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY
2016-06-18Fix an MSVC warning.FdaSilvaYY
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell
2016-06-18OpenBSD has intypes.hMatt Caswell
2016-06-18Replace 4 casts with 1Matt Caswell
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell
2016-06-18constify SRPMatt Caswell
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell
2016-06-17Harmonise the different build filesRichard Levitte
2016-06-16Fix GCC build; make update; fix number re-useRich Salz
2016-06-16Spelling fixesFdaSilvaYY
2016-06-16no-ripemd is an alias for no-rmd160Matt Caswell