openssl.git
2011-02-08 Andy Polyakovccm128.c: initial draft.
2011-02-08 Dr. Stephen... Equally experimental encrypt side for fips_gcmtest...
2011-02-08 Bodo MöllerSync with 1.0.1 branch.
2011-02-08 Dr. Stephen... Set values to NULL after freeing them.
2011-02-08 Dr. Stephen... Experimental incomplete AES GCM algorithm test program.
2011-02-08 Bodo MöllerOCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)
2011-02-08 Dr. Stephen... Link GCM into FIPS module. Check return value in EVP...
2011-02-08 Bodo MöllerSynchronize with 1.0.0 branch
2011-02-07 Andy Polyakovgcm128.c: add boundary condition checks.
2011-02-07 Dr. Stephen... Initial *very* experimental EVP support for AES-GCM...
2011-02-07 Dr. Stephen... Add CRYPTO_gcm128_tag() function to retrieve the tag.
2011-02-07 Dr. Stephen... Use 0 not -1 (since type is size_t) for finalisation...
2011-02-07 Dr. Stephen... Typo.
2011-02-07 Dr. Stephen... New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structu...
2011-02-07 Dr. Stephen... Fix memory leak.
2011-02-07 Dr. Stephen... Use default ASN1 if flag set.
2011-02-06 Andy Polyakovgcm128.c: allow multiple calls to CRYPTO_gcm128_aad.
2011-02-06 Andy Polyakovgcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.
2011-02-06 Dr. Stephen... Fix duplicate code and typo.
2011-02-04 Dr. Stephen... Remove unneeded functions, make some functions and...
2011-02-03 Dr. Stephen... Add FIPS support to the WIN32 build system.
2011-02-03 Dr. Stephen... Transfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-02-03 Dr. Stephen... Rename crypto/fips_err.c to fips_ers.c to avoid clash...
2011-02-03 Dr. Stephen... Include fips header file in err_all.c if needed.
2011-02-03 Dr. Stephen... Add FIPS error codes.
2011-02-03 Dr. Stephen... add -stripcr option to copy.pl from 0.9.8
2011-02-03 Dr. Stephen... Add Windows FIPS build utilities.
2011-02-03 Dr. Stephen... For now disable EC_GFp_nistp224_method() for WIN32...
2011-02-03 Dr. Stephen... Add FIPS support to mkdef.pl script, update ordinals.
2011-02-03 Dr. Stephen... Use single X931 key generation source file for FIPS...
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-02-03 Bodo Möllerfix omissions
2011-02-03 Bodo MöllerCVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
2011-02-03 Bodo Möllermake update
2011-02-03 Bodo MöllerFix error codes.
2011-02-02 Dr. Stephen... Cope with new DSA2 file format where some p/q only...
2011-02-02 Dr. Stephen... Fix target config errors.
2011-02-02 Dr. Stephen... Make no-asm work in fips mode. Add android platform.
2011-02-02 Dr. Stephen... Add sign/verify digest API to handle an explicit digest...
2011-02-02 Dr. Stephen... Remove DSA parameter generation from DSA selftest....
2011-02-01 Dr. Stephen... Don't try to set pmd if it is NULL.
2011-02-01 Dr. Stephen... Add DSA2 support to final algorithm tests: keypair...
2011-02-01 Dr. Stephen... Support more DSA2 tests.
2011-02-01 Dr. Stephen... Tolerate mixed case and leading zeroes when comparing.
2011-02-01 Dr. Stephen... fixes for DSA2 parameter generation
2011-02-01 Dr. Stephen... update README.FIPS
2011-02-01 Dr. Stephen... Since FIPS 186-3 specifies we use the leftmost bits...
2011-01-31 Dr. Stephen... Provisional, experimental support for DSA2 parameter...
2011-01-30 Dr. Stephen... stop warnings about no previous prototype when compilin...
2011-01-30 Dr. Stephen... Fix shared build for fips
2011-01-30 Dr. Stephen... Add fips option into Configure, disable endian code...
2011-01-29 Dr. Stephen... add fiplibdir and basedir options to Configure
2011-01-29 Dr. Stephen... use different default fips install directory
2011-01-29 Dr. Stephen... update version to 2.0
2011-01-29 Dr. Stephen... typo
2011-01-29 Dr. Stephen... don't descend fips directory if not in fips mode
2011-01-29 Dr. Stephen... Add preliminary FIPS information.
2011-01-27 Dr. Stephen... Move all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen... add .cvsignore
2011-01-27 Dr. Stephen... add FIPS API malloc/free
2011-01-27 Dr. Stephen... Redirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen... add fips_dsatest.c file
2011-01-27 Dr. Stephen... Update source files to handle new FIPS_lock() location...
2011-01-27 Dr. Stephen... Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-27 Dr. Stephen... Include thread ID code in fips module.
2011-01-27 Dr. Stephen... New FIPS_lock() function for minimal FIPS locking API...
2011-01-27 Dr. Stephen... Move locking and thread ID functions into new files...
2011-01-27 Dr. Stephen... use FIPSEVP in some bn and rsa files
2011-01-27 Dr. Stephen... update .cvsignore
2011-01-26 Dr. Stephen... Internal version of BN_mod_inverse allowing checking...
2011-01-26 Dr. Stephen... FIPS changes to test/Makefile: rules to build FIPS...
2011-01-26 Dr. Stephen... Use ARX in crypto/Makefile
2011-01-26 Dr. Stephen... FIPS HMAC changes:
2011-01-26 Dr. Stephen... Change AR to ARX to allow exclusion of fips object...
2011-01-26 Dr. Stephen... FIPS mode ERR changes. Redirect errors to tiny FIPS...
2011-01-26 Dr. Stephen... FIPS DH changes: selftest checks and key range checks.
2011-01-26 Dr. Stephen... FIPS mode DSA changes:
2011-01-26 Dr. Stephen... FIPS mode RSA changes:
2011-01-26 Dr. Stephen... add new RAND errors
2011-01-26 Dr. Stephen... FIPS mode EVP changes:
2011-01-26 Dr. Stephen... FIPS mode changes to make RNG compile (this will need...
2011-01-26 Dr. Stephen... Add fipscanisterbuild configuration option and update...
2011-01-26 Dr. Stephen... FIPS_allow_md5() no longer exists and is no longer...
2011-01-26 Richard LevitteAdd rsa_crpt
2011-01-26 Dr. Stephen... update mkerr.pl for use fips directory, add arx.pl...
2011-01-26 Dr. Stephen... add fips_premain.c.sha1
2011-01-26 Dr. Stephen... add fips_sha1_selftest.c
2011-01-26 Dr. Stephen... add fips/sha files
2011-01-26 Dr. Stephen... add fips/aes/Makefile
2011-01-26 Dr. Stephen... add fips/des/Makefile
2011-01-26 Dr. Stephen... add fips/Makefile
2011-01-26 Dr. Stephen... add some missing fips files
2011-01-26 Dr. Stephen... And so it begins... again.
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-25 Dr. Stephen... revert Makefile change
2011-01-24 Dr. Stephen... PR: 2433
2011-01-24 Dr. Stephen... New function EC_KEY_set_affine_coordinates() this perfo...
next