openssl.git
2010-01-05 Dr. Stephen... Remove tabs on blank lines: they produce warnings in...
2010-01-05 Dr. Stephen... compress_meth should be unsigned
2010-01-01 Dr. Stephen... Client side compression algorithm sanity checks: ensure...
2010-01-01 Dr. Stephen... Compression handling on session resume was badly broken...
2009-12-30 Andy Polyakovb_sock.c: correct indirect calls on WinSock platforms...
2009-12-30 Andy PolyakovAdapt mingw config for newer mingw environment [from...
2009-12-30 Andy Polyakovsha512.c update for esoteric PPC platfrom(s) [from...
2009-12-29 Andy PolyakovDeploy multilib config-line parameter [from HEAD].
2009-12-27 Dr. Stephen... Typo
2009-12-27 Dr. Stephen... Update RI to match latest spec.
2009-12-25 Dr. Stephen... Traditional Yuletide commit ;-)
2009-12-22 Bodo MöllerUse properly local variables for thread-safety.
2009-12-22 Bodo MöllerConstify crypto/cast.
2009-12-22 Bodo MöllerConstify crypto/cast.
2009-12-17 Dr. Stephen... Alert to use is now defined in spec: update code
2009-12-17 Dr. Stephen... PR: 2127
2009-12-16 Dr. Stephen... Ooops revert stuff which shouldn't have been part of...
2009-12-16 Dr. Stephen... New option to enable/disable connection to unpatched...
2009-12-14 Dr. Stephen... Allow initial connection (but no renegoriation) to...
2009-12-12 Ben LaurieMissing error code.
2009-12-12 Ben LaurieUse gcc 4.4.
2009-12-11 Dr. Stephen... Move SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION out of...
2009-12-09 Dr. Stephen... clarify docs
2009-12-09 Dr. Stephen... Document option clearning functions.
2009-12-09 Dr. Stephen... Add patch to crypto/evp which didn't apply from PR...
2009-12-09 Dr. Stephen... Revert lhash patch for PR#2124
2009-12-09 Dr. Stephen... Check s3 is not NULL
2009-12-09 Dr. Stephen... PR: 2124
2009-12-09 Dr. Stephen... Add ctrls to clear options and mode.
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-02 Dr. Stephen... PR: 2111
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... 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 Polyakovcms-test.pl: use EXE_EXT (from HEAD).
2009-11-26 Andy Polyakovbss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER (from HEAD).
2009-11-26 Bodo MöllerMake CHANGES in the OpenSSL_1_0_0-stable branch consist...
2009-11-23 Andy Polyakovx86_64-xlate.pl: fix typo introduced in last commit.
2009-11-22 Andy Polyakovx86_64-xlate.pl: new gas requires sign extension.
2009-11-22 Andy PolyakovVC-32.pl: bufferoverlowu.lib only when needed and remov...
2009-11-22 Andy Polyakovbio_sock.c and bss_dgram.c: update from HEAD.
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-13 Dr. Stephen... PR: 2095
2009-11-13 Dr. Stephen... PR: 2101
2009-11-13 Richard LevitteAdd test_cms
2009-11-12 Dr. Stephen... PR: 2088
2009-11-12 Dr. Stephen... set engine to NULL after releasing it
2009-11-12 Richard LevitteCompiling vms.mar doesn't work on other than VAX.
2009-11-12 Richard LevitteAnother symbol longer than 31 characters.
2009-11-12 Richard LevitteTypo
2009-11-12 Richard LevitteEverywhere was a little too much.
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... make update OpenSSL_1_0_0-beta4
2009-11-10 Dr. Stephen... Prepare for beta4 release
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... oops, add missing prototypes
2009-11-09 Dr. Stephen... fix CHANGES
2009-11-09 Dr. Stephen... First cut of renegotiation extension. (port to 1.0...
2009-11-09 Dr. Stephen... make update
2009-11-09 Dr. Stephen... Remove BF_PTR2 from configuration: it doesn't improve...
2009-11-09 Dr. Stephen... Combat gcc 4.4.1 aliasing rules. (from HEAD)
2009-11-08 Dr. Stephen... file t1_reneg.c was added on branch OpenSSL_1_0_0-stabl...
2009-11-08 Dr. Stephen... If it is a new session don't send the old TLS ticket...
2009-11-04 Dr. Stephen... Update ordinals.
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... 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... Sync FAQ with HEAD.
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... Document additions for X509 chain verification from...
2009-10-18 Dr. Stephen... make update
2009-10-18 Dr. Stephen... Add new function X509_STORE_set_verify_cb and use it...
next