2011-06-27 |
Dr. Stephen... | auto detect configuration using KERNEL_BITS and CC |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Dr. Stephen... | allow KERNEL_BITS to be specified in the environment |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Dr. Stephen... | PR: 2470 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Dr. Stephen... | PR: 2543 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Dr. Stephen... | PR: 2540 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Dr. Stephen... | correctly encode OIDs near 2^32 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Dr. Stephen... | allow MD5 use for computing old format hash links |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dr. Stephen... | Don't set FIPS rand method at same time as RAND method... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dr. Stephen... | Add FIPS error codes. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dr. Stephen... | Stop warning. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dr. Stephen... | Rename all AES_set*() functions using private_ prefix. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Dr. Stephen... | make EVP_dss() work for DSA signing |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Dr. Stephen... | Redirect null cipher to FIPS module. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Dr. Stephen... | Don't set default public key methods in FIPS mode so... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Dr. Stephen... | Set FIPSLINK correctly now trailing slash is removed... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Dr. Stephen... | Don't add trailing slash to FIPSDIR: it causes problems... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Dr. Stephen... | Preliminary WIN32 support for FIPS capable OpenSSL... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Bodo Möller | Fix the version history: given that 1.0.1 has yet to... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Dr. Stephen... | Update key sizes to 2048 bits. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Dr. Stephen... | set FIPS allow before initialising ctx |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Dr. Stephen... | Use include dir when copiling fips_premain_dso. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Dr. Stephen... | Fix warnings in shared builds. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Dr. Stephen... | make sure custom cipher flag doesn't use any mode bits |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Dr. Stephen... | Set rand method in FIPS_mode_set() not in rand library. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Dr. Stephen... | Redirect RAND to FIPS module in FIPS mode. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Dr. Stephen... | Redirect HMAC and CMAC operations to module. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Dr. Stephen... | update ordinals |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Dr. Stephen... | Disable GCM, CCM, XTS outside FIPS mode this will be... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Dr. Stephen... | add cmac to Windows build, update ordinals |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dr. Stephen... | Add android platforms. Let fipsdir come from environment. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dr. Stephen... | add android support to DSO (from HEAD) |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Ben Laurie | Add -attime. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Ben Laurie | Fix warnings/errors(!). |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Ben Laurie | Fix warnings. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dr. Stephen... | Redirect DH key and parameter generation. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dr. Stephen... | Redirect DSA operations to FIPS module in FIPS mode. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dr. Stephen... | Use method rsa keygen first if FIPS mode if it is a... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Dr. Stephen... | Redirect DH operations to FIPS module. Block non-FIPS... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Dr. Stephen... | fix memory leak |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Dr. Stephen... | Check fips method flags for ECDH, ECDSA. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Dr. Stephen... | Implement Camellia_set_key properly for FIPS builds. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Andy Polyakov | rc4_skey.c: remove dead/redundant code (it's never... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Recognise "fips" in mkdef.pl script. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Redirection of ECDSA, ECDH operations to FIPS module. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Set SSL_FIPS flag in ECC ciphersuites. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Add flags field to EC_KEY structure (backport from... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Make no-ec2m work again (backport from HEAD). |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Reorganise ECC code so it can use FIPS module. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Backport from HEAD: |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Dr. Stephen... | Function not used outside FIPS builds. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Dr. Stephen... | FIPS low level blocking for AES, RC4 and Camellia.... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | Backport libcrypto audit: check return values of EVP... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | fix error discrepancy |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | New function X509_ALGOR_set_md() to set X509_ALGOR... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | license correction, no EAY code included in this file |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | Backport CMAC support from HEAD. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dr. Stephen... | Redirect RSA keygen, sign, verify to FIPS module. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dr. Stephen... | Redirection of low level APIs to FIPS module. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Dr. Stephen... | Backport extended PSS support from HEAD: allow setting... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dr. Stephen... | Prohibit low level cipher APIs in FIPS mode. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dr. Stephen... | For consistency define clone digests in evp_fips.c |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dr. Stephen... | Redirect clone digests to FIPS module for FIPS builds. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dr. Stephen... | Prohibit use of low level digest APIs in FIPS mode. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Dr. Stephen... | set FIPS permitted flag before initalising digest |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Dr. Stephen... | Don't round up partitioned premaster secret length... |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Dr. Stephen... | Output supported curves in preference order instead... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Dr. Stephen... | Redirect cipher operations to FIPS module for FIPS... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Dr. Stephen... | Use approved API for EVP digest operations in FIPS... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Dr. Stephen... | Add default ASN1 handling to support FIPS. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Dr. Stephen... | Redirect digests to FIPS module for FIPS builds. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Dr. Stephen... | Use || instead of && so build doesn't fail. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Dr. Stephen... | Support shared library builds of FIPS capable OpenSSL... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Dr. Stephen... | Make test utility link work for fips build. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Dr. Stephen... | The first of many changes to make OpenSSL 1.0.1 FIPS... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | Don't advertise or use MD5 for TLS v1.2 in FIPS mode |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2533 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2529 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2527 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | Fix the ECDSA timing attack mentioned in the paper at: |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | Fix the ECDSA timing attack mentioned in the paper at: |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | Oops use up to date patch for PR#2506 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2512 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2506 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | PR: 2505 |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Dr. Stephen... | use TLS1_get_version macro to check version so TLS... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Dr. Stephen... | Add tls12_sigalgs which somehow didn't get added to... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Richard Levitte | LIBOBJ contained o_fips.c, now o_fips.o. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Dr. Stephen... | Add server client certificate support for TLS v1.2... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | add FIPS support to openssl utility (backport from... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | add FIPS support to ssl: doesn't do anything on this... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | Implement FIPS_mode and FIPS_mode_set |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | update date |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | inherit HMAC flags from MD_CTX |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Dr. Stephen... | set encodedPoint to NULL after freeing it |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Dr. Stephen... | new flag to stop ENGINE methods being registered |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dr. Stephen... | Recognise and ignore no-ec-nistp224-64-gcc-128 (from... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dr. Stephen... | typo |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dr. Stephen... | Recognise NO_NISTP224-64-GCC-128 |
commit | commitdiff | tree | snapshot |
next |