openssl.git
2012-07-02 Andy Polyakovbn_nist.c: harmonize buf in BN_nist_mod_256 with other...
2012-07-01 Andy Polyakovbss_dgram.c: fix typos in Windows code [from HEAD].
2012-06-27 Dr. Stephen... don't use pseudo digests for default values of keys
2012-06-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2012-06-19 Dr. Stephen... oops, add -debug_decrypt option which was accidenatally...
2012-06-19 Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG, fix...
2012-06-11 Ben LaurieFix memory leak.
2012-06-10 Dr. Stephen... revert more "version skew" changes that break FIPS...
2012-06-09 Dr. Stephen... Revert "version skew" patches that break FIPS compilation
2012-06-07 Ben LaurieRearrange and test authz extension.
2012-06-06 Ben LaurieFix memory leak.
2012-06-06 Ben LaurieFix authz parsing.
2012-06-06 Ben LaurieVersion skew reduction.
2012-06-04 Andy Polyakovx86gas.pl: update from HEAD.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-29 Ben LaurieDon't insert in the middle.
2012-05-29 Ben LaurieMissing from previous commit.
2012-05-29 Ben LaurieRFC 5878 support.
2012-05-18 Ben LaurieWork around macro issue with FreeBSD and gcc 4.6.
2012-05-16 Andy Polyakovs2_clnt.c: compensate for compiler bug [from HEAD].
2012-05-16 Andy Polyakovppccap.c: assume no features under 32-bit AIX kernel...
2012-05-13 Dr. Stephen... Experimental multi-implementation support for FIPS...
2012-05-11 Dr. Stephen... PR: 2813
2012-05-11 Dr. Stephen... PR: 2811
2012-05-10 Dr. Stephen... PR: 2806
2012-05-10 Dr. Stephen... Sanity check record length before skipping explicit...
2012-05-10 Richard LevitteDon't forget to install srtp.h as well
2012-05-10 Dr. Stephen... Reported by: Solar Designer of Openwall
2012-05-04 Richard LevitteCorrect environment variable is OPENSSL_ALLOW_PROXY_CERTS.
2012-04-27 Andy Polyakovppccpuid.pl: branch hints in OPENSSL_cleanse impact...
2012-04-26 Dr. Stephen... Don't try to use unvalidated composite ciphers in FIPS...
2012-04-26 Andy PolyakovCHANGES: clarify.
2012-04-26 Andy PolyakovCHANGES: fix typos and clarify.
2012-04-25 Dr. Stephen... Change value of SSL_OP_NO_TLSv1_1 to avoid clash with...
2012-04-25 Andy Polyakovs23_clnt.c: ensure interoperability by maitaining clien...
2012-04-24 Dr. Stephen... Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-22 Andy Polyakovobjxref.pl: improve portability [from HEAD].
2012-04-22 Dr. Stephen... correct error code
2012-04-22 Dr. Stephen... check correctness of errors before updating them so...
2012-04-22 Dr. Stephen... correct old FAQ answers, sync with HEAD
2012-04-22 Dr. Stephen... PR: 2239
2012-04-20 Andy Polyakove_rc4_hmac_md5.c: reapply commit#21726, which was erron...
2012-04-20 Dr. Stephen... call OPENSSL_init when calling FIPS_mode too
2012-04-20 Dr. Stephen... make ciphers work again for FIPS builds
2012-04-19 Andy Polyakove_rc4_hmac_md5.c: last commit was inappropriate for...
2012-04-19 Dr. Stephen... update date
2012-04-19 Dr. Stephen... Check for potentially exploitable overflows in asn1_d2i...
2012-04-19 Andy PolyakovMakefile.org: clear yet another environment variable...
2012-04-18 Dr. Stephen... only call FIPS_cipherinit in FIPS mode
2012-04-18 Andy Polyakove_rc4_hmac_md5.c: update from HEAD, fixes crash on...
2012-04-18 Dr. Stephen... recognise X9.42 DH certificates on servers
2012-04-18 Dr. Stephen... correct error code
2012-04-17 Bodo MöllerDisable SHA-2 ciphersuites in < TLS 1.2 connections.
2012-04-17 Dr. Stephen... Additional workaround for PR#2771
2012-04-17 Dr. Stephen... Partial workaround for PR#2771.
2012-04-16 Andy PolyakovOPENSSL_NO_SOCK fixes [from HEAD].
2012-04-16 Andy PolyakovMinor compatibility fixes [from HEAD].
2012-04-15 Andy Polyakovs3_srvr.c: fix typo [from HEAD].
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2012-04-12 Andy Polyakovs390x asm pack: fix typos.
2012-04-11 Dr. Stephen... Add options to set additional type specific certificate...
2012-04-11 Dr. Stephen... use different variable for chain iteration
2012-04-11 Dr. Stephen... oops, macro not present in OpenSSL 1.0.2
2012-04-11 Dr. Stephen... fix reset fix
2012-04-11 Dr. Stephen... make reinitialisation work for CMAC
2012-04-10 Dr. Stephen... update rather ancient EVP digest documentation
2012-04-09 Andy Polyakovaes-s390x.pl: fix crash in AES_set_decrypt_key in linux...
2012-04-07 Dr. Stephen... update year
2012-04-07 Dr. Stephen... recognise DECLARE_PEM_write_const, update ordinals
2012-04-07 Dr. Stephen... transparently handle X9.42 DH parameters
2012-04-07 Dr. Stephen... Document RFC5114 "generation" options.
2012-04-07 Dr. Stephen... Initial experimental support for X9.42 DH parameter...
2012-04-07 Dr. Stephen... branches: 1.2.2;
2012-04-07 Dr. Stephen... Update DH_check() to peform sensible checks when q...
2012-04-07 Dr. Stephen... Add RFC5114 DH parameters to OpenSSL. Add test data...
2012-04-06 Dr. Stephen... Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-06 Dr. Stephen... Add support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen... Tidy up EC parameter check code: instead of accessing...
2012-04-06 Dr. Stephen... Initial revision of ECC extension handling.
2012-04-06 Dr. Stephen... New ctrls to retrieve supported signature algorithms...
2012-04-06 Dr. Stephen... initialise i if n == 0
2012-04-06 Dr. Stephen... Add new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2012-04-06 Dr. Stephen... Add support for distinct certificate chains per key...
2012-04-06 Dr. Stephen... Backport: code tidy (from HEAD)
2012-04-06 Dr. Stephen... Backport: Revise ssl code to use CERT_PKEY structure...
2012-04-06 Dr. Stephen... Backport: tidy/enhance certificate chain output code...
2012-04-06 Dr. Stephen... Backport: allow key agreement in SSL/TLS certificates...
2012-04-06 Dr. Stephen... Backport: initialise dh_clnt (from HEAD)
2012-04-06 Dr. Stephen... Backport DH client certificate support (from HEAD)
2012-04-06 Dr. Stephen... Backport support for fixed DH ciphersuites (from HEAD)
2012-04-05 Andy Polyakovaes-armv4.pl: make it more foolproof [inspired by aes...
2012-04-05 Andy Polyakovaes-s390x.pl: fix endless loop in linux32-s390x build...
2012-04-04 Andy Polyakovssl/ssl_ciph.c: interim solution for assertion in d1_pk...
2012-03-31 Andy PolyakovCHANGES: harmonize with 1.0.0 and 1.0.1.
2012-03-31 Dr. Stephen... PR: 2778(part)
2012-03-31 Andy Polyakovmodes_lcl.h: make it work on i386 [from HEAD].
2012-03-31 Andy Polyakovvpaes-x86[_64].pl: handle zero length in vpaes_cbc_encr...
2012-03-31 Andy Polyakovutil/cygwin.sh update [from HEAD].
2012-03-30 Andy Polyakovbn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEB...
2012-03-29 Andy Polyakovans1/tasn_prn.c: avoid bool in variable names [from...
next