Use include dir when copiling fips_premain_dso.
[openssl.git] / crypto /
2011-06-13 Dr. Stephen Hensonmake sure custom cipher flag doesn't use any mode bits
2011-06-13 Dr. Stephen HensonSet rand method in FIPS_mode_set() not in rand library.
2011-06-13 Dr. Stephen HensonRedirect RAND to FIPS module in FIPS mode.
2011-06-12 Dr. Stephen HensonRedirect HMAC and CMAC operations to module.
2011-06-10 Dr. Stephen HensonDisable GCM, CCM, XTS outside FIPS mode this will be...
2011-06-09 Dr. Stephen Hensonadd android support to DSO (from HEAD)
2011-06-09 Ben LaurieFix warnings/errors(!).
2011-06-09 Ben LaurieFix warnings.
2011-06-09 Dr. Stephen HensonRedirect DH key and parameter generation.
2011-06-09 Dr. Stephen HensonRedirect DSA operations to FIPS module in FIPS mode.
2011-06-09 Dr. Stephen HensonUse method rsa keygen first if FIPS mode if it is a...
2011-06-08 Dr. Stephen HensonRedirect DH operations to FIPS module. Block non-FIPS...
2011-06-08 Dr. Stephen HensonCheck fips method flags for ECDH, ECDSA.
2011-06-08 Dr. Stephen HensonImplement 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 HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06 Dr. Stephen HensonAdd flags field to EC_KEY structure (backport from...
2011-06-06 Dr. Stephen HensonMake no-ec2m work again (backport from HEAD).
2011-06-06 Dr. Stephen HensonReorganise ECC code so it can use FIPS module.
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-06-06 Dr. Stephen HensonFunction not used outside FIPS builds.
2011-06-05 Dr. Stephen HensonFIPS low level blocking for AES, RC4 and Camellia....
2011-06-03 Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2011-06-03 Dr. Stephen HensonNew function X509_ALGOR_set_md() to set X509_ALGOR...
2011-06-03 Dr. Stephen Hensonlicense correction, no EAY code included in this file
2011-06-03 Dr. Stephen HensonBackport CMAC support from HEAD.
2011-06-03 Dr. Stephen HensonRedirect RSA keygen, sign, verify to FIPS module.
2011-06-02 Dr. Stephen HensonRedirection of low level APIs to FIPS module.
2011-06-02 Dr. Stephen HensonBackport extended PSS support from HEAD: allow setting...
2011-06-01 Dr. Stephen HensonProhibit low level cipher APIs in FIPS mode.
2011-06-01 Dr. Stephen HensonFor consistency define clone digests in evp_fips.c
2011-06-01 Dr. Stephen HensonRedirect clone digests to FIPS module for FIPS builds.
2011-06-01 Dr. Stephen HensonProhibit use of low level digest APIs in FIPS mode.
2011-05-29 Dr. Stephen HensonRedirect cipher operations to FIPS module for FIPS...
2011-05-29 Dr. Stephen HensonUse approved API for EVP digest operations in FIPS...
2011-05-29 Dr. Stephen HensonAdd default ASN1 handling to support FIPS.
2011-05-28 Dr. Stephen HensonRedirect digests to FIPS module for FIPS builds.
2011-05-26 Dr. Stephen HensonUse || instead of && so build doesn't fail.
2011-05-26 Dr. Stephen HensonSupport shared library builds of FIPS capable OpenSSL...
2011-05-26 Dr. Stephen HensonThe first of many changes to make OpenSSL 1.0.1 FIPS...
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen HensonPR: 2512
2011-05-21 Richard LevitteLIBOBJ contained o_fips.c, now o_fips.o.
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-19 Dr. Stephen Hensoninherit HMAC flags from MD_CTX
2011-05-15 Dr. Stephen Hensonnew flag to stop ENGINE methods being registered
2011-05-12 Dr. Stephen HensonHave EC_NISTP224_64_GCC_128 treated like any algorithm...
2011-05-08 Dr. Stephen Hensonallow SHA384, SHA512 with DSA
2011-04-30 Dr. Stephen Hensonno need to include memory.h
2011-04-06 Dr. Stephen Hensoncheck buffer is larger enough before overwriting
2011-03-25 Richard LevitteCorrections to the VMS build system.
2011-03-25 Dr. Stephen Hensonmake 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-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 LevitteApply all the changes submitted by Steven M. Schweda...
2011-03-16 Ben LaurieAdd SRP.
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-03 Bodo MöllerAssorted bugfixes:
2011-02-01 Dr. Stephen HensonSince FIPS 186-3 specifies we use the leftmost bits...
2011-01-30 Dr. Stephen Hensonstop warnings about no previous prototype when compilin...
2011-01-26 Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2011-01-26 Richard LevitteAdd rsa_crpt
2011-01-25 Dr. Stephen HensonMove RSA encryption functions to new file crypto/rsa...
2011-01-25 Dr. Stephen HensonMove BN_options function to bn_print.c to remove depend...
2011-01-25 Dr. Stephen HensonMove DSA_sign, DSA_verify to dsa_asn1.c and include...
2011-01-25 Dr. Stephen Hensonrecalculate DSA signature if r or s is zero (FIPS 186...
2011-01-24 Dr. Stephen HensonPR: 2433
2011-01-24 Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24 Dr. Stephen Hensoncheck EC public key isn't point at infinity
2011-01-24 Dr. Stephen HensonPR: 1612
2011-01-19 Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2011-01-14 Dr. Stephen Hensonadd va_list version of ERR_add_error_data
2011-01-13 Dr. Stephen Hensonstop warning with no-engine
2011-01-10 Richard LevittePR: 2425
2011-01-09 Dr. Stephen Hensonadd buf_str.c file
2011-01-09 Dr. Stephen Hensonmove some string utilities to buf_str.c to reduce some...
2011-01-09 Dr. Stephen Hensonadd X9.31 prime generation routines from 0.9.8 branch
2011-01-03 Dr. Stephen Hensonoops missed an assert
2011-01-03 Dr. Stephen HensonPR: 2411
2011-01-03 Dr. Stephen HensonFix escaping code for string printing. If *any* escapin...
2011-01-03 Dr. Stephen HensonPR: 2410
2011-01-03 Dr. Stephen HensonPR: 2413
2011-01-03 Dr. Stephen HensonPR: 2416
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-02 Dr. Stephen HensonPR: 2386
2010-11-30 Dr. Stephen HensonPR: 2385
2010-11-29 Dr. Stephen Hensonapply J-PKAKE fix to HEAD (original by Ben)
2010-11-27 Dr. Stephen HensonSome of the MS_STATIC use in crypto/evp is a legacy...
2010-11-24 Dr. Stephen Hensonadd "missing" functions to copy EVP_PKEY_METHOD and...
2010-11-24 Dr. Stephen Hensonconstify EVP_PKEY_new_mac_key()
2010-11-23 Richard LevitteGive the architecture dependent directory higher priority
2010-11-22 Andy Polyakovs390x.S: fix typo in bn_mul_words [from HEAD].
2010-11-19 Dr. Stephen HensonPR: 2376
next