]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2009-12-08  Dr. Stephen... Send no_renegotiation alert as required by spec.
2009-12-08  Dr. Stephen... Add ctrl and macro so we can determine if peer support...
2009-12-08  Dr. Stephen... Add support for magic cipher suite value (MCSV). Make...
2009-12-08  Dr. Stephen... PR: 2121
2009-12-07  Dr. Stephen... Initial experimental TLSv1.1 support
2009-12-02  Dr. Stephen... PR: 2111
2009-12-02  Dr. Stephen... Update CHANGES.
2009-12-02  Dr. Stephen... Replace the broken SPKAC certification with the correct...
2009-12-02  Dr. Stephen... Check it actually compiles this time ;-)
2009-12-02  Dr. Stephen... PR: 2120
2009-12-01  Dr. Stephen... Ooops...
2009-12-01  Dr. Stephen... check DSA_sign() return value properly
2009-12-01  Dr. Stephen... PR: 2115
2009-12-01  Dr. Stephen... PR: 1432
2009-11-30  Dr. Stephen... PR: 2118
2009-11-29  Dr. Stephen... typo
2009-11-26  Andy Polyakovbss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.
2009-11-26  Dr. Stephen... Experimental CMS password based recipient Info support.
2009-11-26  Bodo MöllerMake CHANGES in CVS head consistent with the CHANGES...
2009-11-25  Dr. Stephen... Add OID for PWRI KEK algorithm.
2009-11-25  Dr. Stephen... Add PBKFD2 prototype.
2009-11-25  Dr. Stephen... Split PBES2 into cipher and PBKDF2 versions. This tidie...
2009-11-23  Andy Polyakovcms-test.pl: use EXE_EXT.
2009-11-19  Andy Polyakovutil/pl/VC-32.pl: bufferoverflowu.lib only when actuall...
2009-11-18  Dr. Stephen... Servers can't end up talking SSLv2 with legacy renegoti...
2009-11-18  Dr. Stephen... Don't use SSLv2 compatible client hello if we don't...
2009-11-18  Dr. Stephen... Include a more meaningful error message when rejecting...
2009-11-17  Dr. Stephen... PR: 2103
2009-11-15  Dr. Stephen... PR: 2101 (additional)
2009-11-15  Andy PolyakovOPENSSL_ia32cap.pod update.
2009-11-15  Andy PolyakovAdd sha512-parisc.pl.
2009-11-15  Andy PolyakovSHA1 assembler show off: minor performance updates...
2009-11-15  Andy Polyakovsha512.c: there apparently is ILP32 PowerPC platform...
2009-11-15  Andy Polyakovx86_64-xlate.pl: new gas requires sign extention in...
2009-11-15  Andy Polyakovx86masm.pl: eliminate linker "multiple sections found...
2009-11-15  Andy Polyakovbss_dgram.c: more elegant solution to PR#2069. Use...
2009-11-15  Andy Polyakovb_sock.c: fix compiler warning.
2009-11-15  Andy Polyakovaesni-x86.pl: eliminate development comments.
2009-11-13  Dr. Stephen... PR: 2101
2009-11-12  Dr. Stephen... PR: 2088
2009-11-12  Dr. Stephen... set engine to NULL after releasing it
2009-11-12  Richard LevitteUpdate from 1.0.0-stable
2009-11-11  Dr. Stephen... PR: 2098
2009-11-11  Dr. Stephen... add missing parts of reneg port, fix apps patch
2009-11-11  Dr. Stephen... commit missing apps code for reneg fix
2009-11-10  Dr. Stephen... PR: 1686
2009-11-10  Dr. Stephen... PR: 2091
2009-11-10  Dr. Stephen... PR: 2090
2009-11-09  Dr. Stephen... First cut of renegotiation extension. (port to HEAD)
2009-11-09  Dr. Stephen... update CHANGES
2009-11-09  Dr. Stephen... make udpate
2009-11-09  Dr. Stephen... Remove BF_PTR2 from configuration: it doesn't improve...
2009-11-08  Dr. Stephen... If it is a new session don't send the old TLS ticket...
2009-11-07  Dr. Stephen... Ooops, revert committed conflict.
2009-11-02  Dr. Stephen... PR: 2089
2009-10-31  Dr. Stephen... Add missing functions to allow access to newer X509_STO...
2009-10-31  Dr. Stephen... Add option to allow in-band CRL loading in verify utili...
2009-10-30  Dr. Stephen... Generate stateless session ID just after the ticket...
2009-10-30  Dr. Stephen... Move CHANGES entry to 0.9.8l section
2009-10-30  Dr. Stephen... Fix statless session resumption so it can coexist with SNI
2009-10-28  Dr. Stephen... Don't attempt session resumption if no ticket is presen...
2009-10-28  Dr. Stephen... oops!
2009-10-28  Dr. Stephen... PR: 2085
2009-10-28  Dr. Stephen... Add -no_cache option to s_server
2009-10-28  Dr. Stephen... Don't replace whole AR line
2009-10-28  Dr. Stephen... PR: 2081
2009-10-28  Dr. Stephen... PR: 2080
2009-10-28  Dr. Stephen... PR: 2078
2009-10-23  Dr. Stephen... Clarification
2009-10-23  Dr. Stephen... Add an FAQ.
2009-10-23  Dr. Stephen... If not checking all certificates don't attempt to find...
2009-10-22  Dr. Stephen... Need to check <= 0 here.
2009-10-19  Dr. Stephen... PR: 2070
2009-10-18  Dr. Stephen... make update
2009-10-18  Dr. Stephen... Use new X509_STORE_set_verify_cb function instead of...
2009-10-18  Dr. Stephen... take install prefix from the environment
2009-10-18  Dr. Stephen... Document more error codes.
2009-10-18  Dr. Stephen... Verification callback functions.
2009-10-18  Dr. Stephen... Add "missing" function X509_STORE_set_verify_cb().
2009-10-17  Dr. Stephen... Clarification.
2009-10-17  Dr. Stephen... Preliminary documentation for X509_VERIFY_PARAM.
2009-10-17  Dr. Stephen... Add docs for X509_STORE_CTX_new() and related functions.
2009-10-17  Dr. Stephen... More X509 verification docs.
2009-10-17  Dr. Stephen... Typo.
2009-10-17  Dr. Stephen... Manual page for X509_verify_cert()
2009-10-16  Dr. Stephen... PR: 2074
2009-10-16  Dr. Stephen... PR: 2072
2009-10-16  Dr. Stephen... PR: 2073
2009-10-15  Dr. Stephen... Fixes to CROSS_COMPILE, don't override command line...
2009-10-15  Dr. Stephen... Fix for WIN32 and possibly other platforms which don...
2009-10-15  Dr. Stephen... Update ordinals.
2009-10-15  Dr. Stephen... PR: 2069
2009-10-15  Dr. Stephen... PR: 1847
2009-10-15  Dr. Stephen... Revert extra changes from previous commit.
2009-10-15  Dr. Stephen... PR: 2066
2009-10-15  Dr. Stephen... Rename CROSS_COMPILE_PREFIX to CROSS_COMPILE
2009-10-07  Dr. Stephen... Allow uname values to be overridden by the environment
2009-10-07  Dr. Stephen... Allow cross compilation prefix to come from CROSS_COMPI...
2009-10-06  Andy PolyakovCombat gcc 4.4.1 aliasing rules.
2009-10-04  Dr. Stephen... Fix unitialized warnings
next