- Mar 08, 2004
-
-
Dr. Stephen Henson authored
-
- Mar 06, 2004
-
-
Ulf Möller authored
-
- Mar 05, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
when X509_V_FLAG_X509_STRICT is set. Check for CRLSign in CRL issuer certificates. Reject CRLs with unhandled (any) critical extensions.
-
- Mar 04, 2004
-
-
Dr. Stephen Henson authored
Reported by: Jose Castejon-Amenedo <Jose.Castejon-Amenedo@hp.com>
-
Richard Levitte authored
-
- Mar 02, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 01, 2004
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Notified by Paul Siegel <psiegel@corestreet.com>
-
Dr. Stephen Henson authored
-
- Feb 27, 2004
-
-
Geoff Thorpe authored
Submitted by: Nils Larsch
-
Richard Levitte authored
-
- Feb 26, 2004
-
-
Richard Levitte authored
PR: 833
-
Richard Levitte authored
PR: 834
-
- Feb 22, 2004
-
-
Geoff Thorpe authored
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
Geoff Thorpe authored
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- Feb 19, 2004
-
-
Dr. Stephen Henson authored
The old raw format can't be handled by some implementations and updates to RFC2560 will make this mandatory.
-
- Feb 10, 2004
-
-
Geoff Thorpe authored
-
- Feb 08, 2004
-
-
Dr. Stephen Henson authored
If -offset exceeds -length of data available exit with an error. Don't read past end of total data available when -offset supplied. If -length exceeds total available truncate it.
-
- Feb 07, 2004
-
-
Andy Polyakov authored
PR: 821
-
- Feb 01, 2004
-
-
Dr. Stephen Henson authored
memory allocate when calling EVP_MD_CTX_copy_ex(). Without this HMAC is several times slower than < 0.9.7.
-
- Jan 30, 2004
-
-
Andy Polyakov authored
-
- Jan 29, 2004
-
-
Andy Polyakov authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
more stuff.
-
- Jan 28, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
Add the corresponding AES parts while I'm at it. make update
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 27, 2004
-
-
Andy Polyakov authored
_POSIX_C_SOURCE needed in first place.
-
Andy Polyakov authored
-
Richard Levitte authored
Windows).
-
- Jan 26, 2004
-
-
Richard Levitte authored
let's check for those macros, and if they aren't defined, let's assume there aren't Unixly devices on this platform.
-
- Jan 25, 2004
-
-
Andy Polyakov authored
automatically to accomodate the value, some compilers fail to do so. Most notably 0x0123456789ABCDEF should come out as long long in 32-bit context, but HP compiler truncates it to 32-bit value. Which in turn breaks GF(2^m) arithmetics in hpux-parisc2-cc build. Therefore this fix...
-