openssl.git
2011-06-09 Dr. Stephen... Redirect DSA operations to FIPS module in FIPS mode.
2011-06-09 Dr. Stephen... Use method rsa keygen first if FIPS mode if it is a...
2011-06-08 Dr. Stephen... Redirect DH operations to FIPS module. Block non-FIPS...
2011-06-08 Dr. Stephen... fix memory leak
2011-06-08 Dr. Stephen... Check fips method flags for ECDH, ECDSA.
2011-06-08 Dr. Stephen... Implement Camellia_set_key properly for FIPS builds.
2011-06-06 Andy Polyakovrc4_skey.c: remove dead/redundant code (it's never...
2011-06-06 Dr. Stephen... Recognise "fips" in mkdef.pl script.
2011-06-06 Dr. Stephen... Redirection of ECDSA, ECDH operations to FIPS module.
2011-06-06 Dr. Stephen... Set SSL_FIPS flag in ECC ciphersuites.
2011-06-06 Dr. Stephen... Add flags field to EC_KEY structure (backport from...
2011-06-06 Dr. Stephen... Make no-ec2m work again (backport from HEAD).
2011-06-06 Dr. Stephen... Reorganise ECC code so it can use FIPS module.
2011-06-06 Dr. Stephen... Backport from HEAD:
2011-06-06 Dr. Stephen... Function not used outside FIPS builds.
2011-06-05 Dr. Stephen... FIPS low level blocking for AES, RC4 and Camellia....
2011-06-03 Dr. Stephen... Backport libcrypto audit: check return values of EVP...
2011-06-03 Dr. Stephen... fix error discrepancy
2011-06-03 Dr. Stephen... New function X509_ALGOR_set_md() to set X509_ALGOR...
2011-06-03 Dr. Stephen... license correction, no EAY code included in this file
2011-06-03 Dr. Stephen... Backport CMAC support from HEAD.
2011-06-03 Dr. Stephen... Redirect RSA keygen, sign, verify to FIPS module.
2011-06-02 Dr. Stephen... Redirection of low level APIs to FIPS module.
2011-06-02 Dr. Stephen... Backport extended PSS support from HEAD: allow setting...
2011-06-01 Dr. Stephen... Prohibit low level cipher APIs in FIPS mode.
2011-06-01 Dr. Stephen... For consistency define clone digests in evp_fips.c
2011-06-01 Dr. Stephen... Redirect clone digests to FIPS module for FIPS builds.
2011-06-01 Dr. Stephen... Prohibit use of low level digest APIs in FIPS mode.
2011-06-01 Dr. Stephen... typo
2011-05-31 Dr. Stephen... set FIPS permitted flag before initalising digest
2011-05-31 Dr. Stephen... Don't round up partitioned premaster secret length...
2011-05-30 Dr. Stephen... Output supported curves in preference order instead...
2011-05-29 Dr. Stephen... Redirect cipher operations to FIPS module for FIPS...
2011-05-29 Dr. Stephen... Use approved API for EVP digest operations in FIPS...
2011-05-29 Dr. Stephen... Add default ASN1 handling to support FIPS.
2011-05-28 Dr. Stephen... Redirect digests to FIPS module for FIPS builds.
2011-05-26 Dr. Stephen... Use || instead of && so build doesn't fail.
2011-05-26 Dr. Stephen... Support shared library builds of FIPS capable OpenSSL...
2011-05-26 Dr. Stephen... Make test utility link work for fips build.
2011-05-26 Dr. Stephen... The first of many changes to make OpenSSL 1.0.1 FIPS...
2011-05-25 Dr. Stephen... Don't advertise or use MD5 for TLS v1.2 in FIPS mode
2011-05-25 Dr. Stephen... PR: 2533
2011-05-25 Dr. Stephen... PR: 2529
2011-05-25 Dr. Stephen... PR: 2527
2011-05-25 Dr. Stephen... Fix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen... Fix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen... Oops use up to date patch for PR#2506
2011-05-25 Dr. Stephen... PR: 2512
2011-05-25 Dr. Stephen... PR: 2506
2011-05-25 Dr. Stephen... PR: 2505
2011-05-25 Dr. Stephen... use TLS1_get_version macro to check version so TLS...
2011-05-21 Dr. Stephen... Add tls12_sigalgs which somehow didn't get added to...
2011-05-21 Richard LevitteLIBOBJ contained o_fips.c, now o_fips.o.
2011-05-20 Dr. Stephen... Add server client certificate support for TLS v1.2...
2011-05-19 Dr. Stephen... add FIPS support to openssl utility (backport from...
2011-05-19 Dr. Stephen... add FIPS support to ssl: doesn't do anything on this...
2011-05-19 Dr. Stephen... Implement FIPS_mode and FIPS_mode_set
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...
next