summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-13Fix some clang warnings.Ben Laurie
2013-01-12Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recover (RT 2955).Ben Laurie
2013-01-07Change default bits to 1024Dr. Stephen Henson
2013-01-06Add some missing files, make paths absolute.Ben Laurie
2013-01-06Fix warning.Ben Laurie
2013-01-06Initial .gitignoreDr. Stephen Henson
2012-12-30make no-comp compileDr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-29stop warning when compiling with no-compDr. Stephen Henson
2012-12-26Portability fix: use BIO_snprintf and pick up strcasecmp alternativeDr. Stephen Henson
2012-12-26missing tabDr. Stephen Henson
2012-12-26typoDr. Stephen Henson
2012-12-21Fix tocsp: we don't need -trust_other any more.Dr. Stephen Henson
2012-12-21Make partial chain checking work if we only have the EE certificate inDr. Stephen Henson
2012-12-21add missing newlineDr. Stephen Henson
2012-12-20revert OCSP_basic_verify changes: they aren't needed now we support partial c...Dr. Stephen Henson
2012-12-20Update test OCSP script "tocsp" to use shell functions and to useDr. Stephen Henson
2012-12-19gost_crypt.c: more intuitive ceiling.Andy Polyakov
2012-12-19correct CHANGESDr. Stephen Henson
2012-12-19engines/cchost/gost_crypt.c: fix typo.Andy Polyakov
2012-12-19engines/e_capi.c: fix typo.Andy Polyakov
2012-12-19engine/cchost: fix bugs.Andy Polyakov
2012-12-18dso/dso_win32.c: fix compiler warning.Andy Polyakov
2012-12-18util/pl/VC-32.pl fix typo.Andy Polyakov
2012-12-18Use client version when deciding which cipher suites to disable.Dr. Stephen Henson
2012-12-18util/pl/VC-32.pl: refresh, switch to ws2, add crypt32, fix typo (based onAndy Polyakov
2012-12-16VC-32.pl: fix typo.Andy Polyakov
2012-12-16d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov
2012-12-16add -rmd option to set OCSP response signing digestDr. Stephen Henson
2012-12-15Check chain is not NULL before assuming we have a validated chain.Dr. Stephen Henson
2012-12-15Return success when the responder is active.Dr. Stephen Henson
2012-12-15typoDr. Stephen Henson
2012-12-14Add support for '-' as input and output filenames in ocsp utility.Dr. Stephen Henson
2012-12-14oops, revert, committed in errorDr. Stephen Henson
2012-12-14apps/ocsp.cDr. Stephen Henson
2012-12-14Documentation improvements by Chris Palmer (Google).Ben Laurie
2012-12-13fips/fipsld: improve cross-compile support.Andy Polyakov
2012-12-13Use new partial chain flag instead of modifying input parameters.Dr. Stephen Henson
2012-12-13New verify flag to return success if we have any certificate in theDr. Stephen Henson
2012-12-13Document -pubkey.Ben Laurie
2012-12-12Improve my 64-bit debug target.Ben Laurie
2012-12-12add -crl_download option to s_serverDr. Stephen Henson
2012-12-12add -cert_chain option to s_clientDr. Stephen Henson
2012-12-11Make openssl verify return errors.Ben Laurie
2012-12-11Update ignores.Ben Laurie
2012-12-10Tabification. Remove accidental duplication.Ben Laurie
2012-12-10revert SUITEB128ONLY patch, anything wanting to use P-384 can use SUITEB128 i...Dr. Stephen Henson
2012-12-09add -badsig option to ocsp utility too.Dr. Stephen Henson
2012-12-09allow ECDSA+SHA384 signature algorithm in SUITEB128ONLY modeDr. Stephen Henson
2012-12-07send out the raw SSL/TLS headers to the msg_callback and display them in SSL_...Dr. Stephen Henson