- Feb 28, 2014
-
-
Dr. Stephen Henson authored
-
- Feb 27, 2014
-
-
Dr. Stephen Henson authored
Don't set the fips flags in cipher and digests as the implementations aren't suitable for FIPS mode and will be redirected to the FIPS module versions anyway. Return EVP_CIPH_FLAG_FIPS or EVP_MD_FLAG_FIPS if a FIPS implementation exists when calling EVP_CIPHER_flags and EVP_MD_flags repectively. Remove unused FIPS code from e_aes.c: the 1.0.2 branch will never be used to build a FIPS module.
-
Dr. Stephen Henson authored
The file evp_fips.c isn't used in OpenSSL 1.0.2 as FIPS and non-FIPS implementations of algorithms can coexist.
-
Andy Polyakov authored
-
Andy Polyakov authored
(cherry picked from commit 4ca02656)
-
Andy Polyakov authored
(cherry picked from commit b62a4a1c)
-
Andy Polyakov authored
(cherry picked from commit ce876d83)
-
Andy Polyakov authored
(cherry picked from commit f861b1d4)
-
Andy Polyakov authored
(cherry picked from commit fd361a67)
-
Andy Polyakov authored
[but don't let it mask make's]. PR: 3269
-
- Feb 26, 2014
-
-
Andy Polyakov authored
PR: 3165
-
Rob Stradling authored
(cherry picked from commit ffcc832ba6e17859d45779eea87e38467561dd5d)
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
(cherry picked from commit d49135e7)
-
Andy Polyakov authored
(cherry picked from commit 147cca8f)
-
Andy Polyakov authored
(cherry picked from commit 7bb9d84e)
-
- Feb 25, 2014
-
-
Andy Polyakov authored
PR: 3201 (cherry picked from commit 03da57fe)
-
Andy Polyakov authored
(cherry picked from commit e704741b)
-
Zoltan Arpadffy authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Not all platforms define BN_ULLONG. Define SCTS_TIMESTAMP as a type which should work on all platforms.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Windows 8 SDKs complain that GetVersion() is deprecated. We only use GetVersion like this: (GetVersion() < 0x80000000) which checks if the Windows version is NT based. Use a macro check_winnt() which uses GetVersion() on older SDK versions and true otherwise. (cherry picked from commit a4cc3c80)
-
Rob Stradling authored
(cherry picked from commit 19f65ddb)
-
Andy Polyakov authored
-
- Feb 24, 2014
-
-
Andy Polyakov authored
Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250 (cherry picked from commit 63aff300)
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
PR: 3251 Suggested by: Thorsten Schning (cherry picked from commit 779c51c6)
-
Andy Polyakov authored
when adding duplicates in add_cert_dir. PR: 3261 Reported by: Marian Done (cherry picked from commit 758954e0)
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
(cherry picked from commit d099f0ed)
-
- Feb 23, 2014
-
-
Dr. Stephen Henson authored
When setting the current certificate check that it has a corresponding private key. (cherry picked from commit 358d352a)
-
Dr. Stephen Henson authored
New flags to build certificate chains. The can be used to rearrange the chain so all an application needs to do is add all certificates in arbitrary order and then build the chain to check and correct them. Add verify error code when building chain. Update docs. (cherry picked from commit 13dc3ce9)
-
Dr. Stephen Henson authored
(cherry picked from commit daddd9a9)
-
Ben Laurie authored
-