2013-02-06 |
Andy Polyakov | ssl/s3_cbc.c: uint64_t portability fix. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Dr. Stephen... | typo. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Dr. Stephen... | Add ordinal for CRYPTO_memcmp: since this will affect... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Dr. Stephen... | Timing fix mitigation for FIPS mode. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Laurie | Oops. Add missing file. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Laurie | Update DTLS code to match CBC decoding in TLS. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Laurie | Don't crash when processing a zero-length, TLS >= 1... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Laurie | Make CBC decoding constant time. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Laurie | Add and use a constant-time memcmp. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Dr. Stephen... | Fix for trace code: SSL3 doesn't include a length value for |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Andy Polyakov | x86_64 assembly pack: keep making Windows build more... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dr. Stephen... | Don't use C++ style comments. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dr. Stephen... | Fix warning: lenmax isn't used any more. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dr. Stephen... | Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP set |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dr. Stephen... | fix domd |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | x86_64 assembly pack: make Windows build more robust. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | TABLE update. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | Configure: update linux-mips* lines. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | bn/asm/mips.pl: hardwire local call to bn_div_words. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | sha512-ppc.pl: minimize stack frame. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Andy Polyakov | gost2814789t.c: portability fixes. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Ben Laurie | Fix warnings. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Dr. Stephen... | Don't include comp.h if no-comp set. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | Improve WINCE support. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | More .gitignore adjustments. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Remove kludge to use RC4 asm. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Build/test cleanly on MacOS. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | gost_crypt.c: add assertions. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | engines/ccgost: add test case. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | sha512-ppc.pl: add PPC32 code, >2x improvement on in... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Remove extraneous brackets (clang doesn't like them). |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Can't check a size_t for < 0. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Laurie | Make "make depend" work on MacOS out of the box. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andy Polyakov | .gitignore adjustments |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dr. Stephen... | Typo (PR2959). |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Ben Laurie | Fix some clang warnings. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Ben Laurie | Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recov... |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Dr. Stephen... | Change default bits to 1024 |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Ben Laurie | Add some missing files, make paths absolute. |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Ben Laurie | Fix warning. |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Dr. Stephen... | Initial .gitignore |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dr. Stephen... | make no-comp compile |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dr. Stephen... | make JPAKE work again, fix memory leaks |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dr. Stephen... | stop warning when compiling with no-comp |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Dr. Stephen... | Portability fix: use BIO_snprintf and pick up strcasecm... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Dr. Stephen... | missing tab |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dr. Stephen... | Fix tocsp: we don't need -trust_other any more. |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dr. Stephen... | Make partial chain checking work if we only have the... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dr. Stephen... | add missing newline |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dr. Stephen... | revert OCSP_basic_verify changes: they aren't needed... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dr. Stephen... | Update test OCSP script "tocsp" to use shell functions... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andy Polyakov | gost_crypt.c: more intuitive ceiling. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Dr. Stephen... | correct CHANGES |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andy Polyakov | engines/cchost/gost_crypt.c: fix typo. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andy Polyakov | engines/e_capi.c: fix typo. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Andy Polyakov | engine/cchost: fix bugs. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andy Polyakov | dso/dso_win32.c: fix compiler warning. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andy Polyakov | util/pl/VC-32.pl fix typo. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Dr. Stephen... | Use client version when deciding which cipher suites... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andy Polyakov | util/pl/VC-32.pl: refresh, switch to ws2, add crypt32... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Andy Polyakov | VC-32.pl: fix typo. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Andy Polyakov | d1_lib.c,bss_dgram.c: eliminate dependency on _ftime. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Dr. Stephen... | add -rmd option to set OCSP response signing digest |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Dr. Stephen... | Check chain is not NULL before assuming we have a valid... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Dr. Stephen... | Return success when the responder is active. |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Dr. Stephen... | Add support for '-' as input and output filenames in... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Dr. Stephen... | oops, revert, committed in error |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Dr. Stephen... | apps/ocsp.c |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Ben Laurie | Documentation improvements by Chris Palmer (Google). |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Andy Polyakov | fips/fipsld: improve cross-compile support. |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Dr. Stephen... | Use new partial chain flag instead of modifying input... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Dr. Stephen... | New verify flag to return success if we have any certif... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Ben Laurie | Document -pubkey. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Ben Laurie | Improve my 64-bit debug target. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Dr. Stephen... | add -crl_download option to s_server |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Dr. Stephen... | add -cert_chain option to s_client |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Ben Laurie | Make openssl verify return errors. |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Ben Laurie | Update ignores. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Ben Laurie | Tabification. Remove accidental duplication. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Dr. Stephen... | revert SUITEB128ONLY patch, anything wanting to use... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Dr. Stephen... | add -badsig option to ocsp utility too. |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Dr. Stephen... | allow ECDSA+SHA384 signature algorithm in SUITEB128ONLY... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Dr. Stephen... | send out the raw SSL/TLS headers to the msg_callback... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ben Laurie | Fix OCSP checking. |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Dr. Stephen... | really fix automatic ;-) |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Dr. Stephen... | documentation fixes |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Dr. Stephen... | fix handling of "automatic" in file mode |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Dr. Stephen... | Add code to download CRLs based on CRLDP extension. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Dr. Stephen... | remove print_ssl_cert_checks() from openssl application... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Dr. Stephen... | Fix two bugs which affect delta CRL handling: |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dr. Stephen... | Integrate host, email and IP address checks into X509_v... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Andy Polyakov | aes-s390x.pl: fix XTS bugs in z196-specific code path. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Dr. Stephen... | don't print verbose policy check messages when -quiet... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Andy Polyakov | ghash-sparcv9.pl: shave off one more xmulx, improve... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Dr. Stephen... | initial support for delta CRL generations by diffing... |
commit | commitdiff | tree | snapshot |
next |