openssl.git
2011-05-19 Dr. Stephen... update date
2011-05-19 Dr. Stephen... inherit HMAC flags from MD_CTX
2011-05-19 Dr. Stephen... set encodedPoint to NULL after freeing it
2011-05-15 Dr. Stephen... new flag to stop ENGINE methods being registered
2011-05-13 Dr. Stephen... Recognise and ignore no-ec-nistp224-64-gcc-128 (from...
2011-05-13 Dr. Stephen... typo
2011-05-13 Dr. Stephen... Recognise NO_NISTP224-64-GCC-128
2011-05-12 Dr. Stephen... Provisional support for TLS v1.2 client authentication...
2011-05-12 Dr. Stephen... Process signature algorithms during TLS v1.2 client...
2011-05-12 Dr. Stephen... Ooops fix typo.
2011-05-12 Dr. Stephen... SRP fixes from HEAD which weren't in 1.0.1-stable.
2011-05-12 Dr. Stephen... Add SSL_INTERN definition.
2011-05-12 Dr. Stephen... Have EC_NISTP224_64_GCC_128 treated like any algorithm...
2011-05-12 Dr. Stephen... Oops, add missing declaration.
2011-05-11 Dr. Stephen... Update ordinals.
2011-05-11 Dr. Stephen... make kerberos work with OPENSSL_NO_SSL_INTERN
2011-05-11 Dr. Stephen... Backport TLS v1.2 support from HEAD.
2011-05-11 Dr. Stephen... Typo.
2011-05-11 Dr. Stephen... Initial "opaque SSL" framework. If an application defin...
2011-05-08 Dr. Stephen... allow SHA384, SHA512 with DSA
2011-04-30 Dr. Stephen... no need to include memory.h
2011-04-06 Dr. Stephen... check buffer is larger enough before overwriting
2011-04-03 Dr. Stephen... PR: 2462
2011-04-03 Dr. Stephen... PR: 2458
2011-04-03 Dr. Stephen... PR: 2457
2011-03-25 Richard LevitteCorrections to the VMS build system.
2011-03-25 Dr. Stephen... make some non-VMS builds work again
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-23 Richard Levittemake update (1.0.1-stable)
2011-03-22 Richard Levitte* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time...
2011-03-20 Richard Levitte* apps/makeapps.com: Add srp.
2011-03-20 Richard Levitte* apps/makeapps.com: Forgot to end the check for /POINT...
2011-03-20 Richard Levittefile clean_test.com was added on branch OpenSSL_1_0_1...
2011-03-20 Richard Levitte* apps/openssl.c: For VMS, take care of copying argv...
2011-03-19 Richard LevitteA few more long symbols needing shortening.
2011-03-19 Richard LevitteKeep file references in the VMS build files in the...
2011-03-19 Richard LevitteSRP was introduced, add it for OpenVMS.
2011-03-19 Richard LevitteA few more symbols that need shorter versions on OpenVMS.
2011-03-19 Richard LevitteChange INSTALL.VMS to reflect the changes done on the...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2011-03-19 Richard Levittefile install-ssl.com was added on branch OpenSSL_1_0_1...
2011-03-19 Richard Levittefile vms_rms.h was added on branch OpenSSL_1_0_1-stable...
2011-03-19 Richard Levittefile install-crypto.com was added on branch OpenSSL_1_0...
2011-03-19 Richard Levittefile vms_decc_init.c was added on branch OpenSSL_1_0_1...
2011-03-19 Richard Levittefile install-apps.com was added on branch OpenSSL_1_0_1...
2011-03-19 Richard Levittefile openssl_undo.com was added on branch OpenSSL_1_0_1...
2011-03-19 Richard Levittefile openssl_startup.com was added on branch OpenSSL_1_...
2011-03-19 Richard Levittefile install-vms.com was added on branch OpenSSL_1_0_1...
2011-03-16 Dr. Stephen... Fix SRP error codes (from HEAD).
2011-03-16 Ben LaurieAdd SRP.
2011-03-13 Dr. Stephen... PR: 2469
2011-03-12 Dr. Stephen... Remove redundant check to stop compiler warning.
2011-03-12 Ben LaurieFix warning.
2011-03-10 Dr. Stephen... make no-dsa work again
2011-03-04 Andy Polyakovs390x-mont.pl: optimize for z196.
2011-02-12 Andy Polyakovdso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].
2011-02-08 Bodo MöllerSync with 1.0.0 branch.
2011-02-08 Bodo MöllerOCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)
2011-02-08 Bodo MöllerSynchronize with 1.0.0 branch
2011-02-03 Dr. Stephen... add -stripcr option to copy.pl from 0.9.8
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-02-03 Bodo Möllerfix omission
2011-02-03 Bodo MöllerCVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
2011-02-01 Dr. Stephen... Since FIPS 186-3 specifies we use the leftmost bits...
2011-01-30 Dr. Stephen... stop warnings about no previous prototype when compilin...
2011-01-26 Dr. Stephen... FIPS mode changes to make RNG compile (this will need...
2011-01-26 Dr. Stephen... FIPS_allow_md5() no longer exists and is no longer...
2011-01-26 Richard LevitteAdd rsa_crpt
2011-01-25 Dr. Stephen... Move RSA encryption functions to new file crypto/rsa...
2011-01-25 Dr. Stephen... Move BN_options function to bn_print.c to remove depend...
2011-01-25 Dr. Stephen... Move DSA_sign, DSA_verify to dsa_asn1.c and include...
2011-01-25 Dr. Stephen... recalculate DSA signature if r or s is zero (FIPS 186...
2011-01-24 Dr. Stephen... PR: 2433
2011-01-24 Dr. Stephen... New function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24 Dr. Stephen... check EC public key isn't point at infinity
2011-01-24 Dr. Stephen... PR: 1612
2011-01-19 Dr. Stephen... Add additional parameter to dsa_builtin_paramgen to...
2011-01-14 Dr. Stephen... add va_list version of ERR_add_error_data
2011-01-13 Dr. Stephen... stop warning with no-engine
2011-01-10 Richard LevittePR: 2425
2011-01-09 Dr. Stephen... add buf_str.c file
2011-01-09 Dr. Stephen... move some string utilities to buf_str.c to reduce some...
2011-01-09 Dr. Stephen... add X9.31 prime generation routines from 0.9.8 branch
2011-01-06 Richard LevittePR: 2407
2011-01-04 Dr. Stephen... Don't use decryption_failed alert for TLS v1.1 or later.
2011-01-04 Dr. Stephen... Since DTLS 1.0 is based on TLS 1.1 we should never...
2011-01-03 Dr. Stephen... oops missed an assert
2011-01-03 Dr. Stephen... PR: 2411
2011-01-03 Dr. Stephen... Fix escaping code for string printing. If *any* escapin...
2011-01-03 Dr. Stephen... PR: 2410
2011-01-03 Dr. Stephen... PR: 2413
2011-01-03 Dr. Stephen... PR: 2416
2010-12-14 Richard LevittePart of the IF structure didn't get pasted here...
2010-12-14 Richard LevitteFirst attempt at adding the possibility to set the...
2010-12-11 Andy Polyakovbss_file.c: refine UTF8 logic [from HEAD].
2010-12-03 Dr. Stephen... ignore leading null fields
2010-12-02 Dr. Stephen... update FAQ
2010-12-02 Dr. Stephen... PR: 2386
2010-12-02 Dr. Stephen... fix doc typos
2010-12-02 Dr. Stephen... use consistent FAQ between version
next