643aaa19 | 07-Feb-1999 |
Dr. Stephen Henson |
Fix filename in comment. |
142fcca8 | 07-Feb-1999 |
Dr. Stephen Henson |
Add support for GeneralName and GeneralNames extensions. Also preliminary support for subject and issuer alt name. Add a new ASN1 macro and fix a nasty bug that left an ASN1 buffer modified o
Add support for GeneralName and GeneralNames extensions. Also preliminary support for subject and issuer alt name. Add a new ASN1 macro and fix a nasty bug that left an ASN1 buffer modified on an error condition with IMPLICIT tagging.
show more ...
|
ebbfd76c | 06-Feb-1999 |
Dr. Stephen Henson |
Delete legacy file. |
547ff5e6 | 06-Feb-1999 |
Ben Laurie |
Slightly improved diagnostics. |
7ec218eb | 06-Feb-1999 |
Ben Laurie |
Process extensions when they are there. |
9f7646da | 06-Feb-1999 |
Ben Laurie |
Diagnose errors. |
29d28247 | 06-Feb-1999 |
Ben Laurie |
Typo in arguments. |
c106c613 | 06-Feb-1999 |
Ben Laurie |
Clear error we don't care about. |
a83d7d14 | 06-Feb-1999 |
Dr. Stephen Henson |
Rename v3_bitstr.c to v3_bitst.c to fit in 8+3. Rebuild MINFO to reflect change. |
6ccec439 | 01-Feb-1999 |
Mark J. Cox |
add what I'm doing and a vote Submitted by: Reviewed by: PR: |
72b35c4a | 01-Feb-1999 |
Dr. Stephen Henson |
Oops! Restore ssleay.num: it got overwritten with libeay.num :-( |
f614496c | 01-Feb-1999 |
Dr. Stephen Henson |
Delete bogus V3 prototype and update the *.num files to include ordinals for the new functions. Update MINFO. |
df0af1a7 | 01-Feb-1999 |
Dr. Stephen Henson |
More Win32 fixes. The Configure script used to give *lots* of warnings about use of undefined variables: kludge so they all get initialised. Also avoid use of POSIX module. |
9b3086fe | 31-Jan-1999 |
Dr. Stephen Henson |
Fix various stuff: that VC++ 5.0 chokes on: 1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3
Fix various stuff: that VC++ 5.0 chokes on: 1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names.
show more ...
|
d433f901 | 31-Jan-1999 |
Ben Laurie |
Yet more pissing about to get PEM built at the right moment. |
351d8998 | 31-Jan-1999 |
Mark J. Cox |
Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy. Submitted by: Eric A Young - from changes to C2Net SSLeay Reviewed by: Mark Cox PR: |
5810a5f4 | 31-Jan-1999 |
Ralf S. Engelschall |
Reflect correct filename |
058bf559 | 31-Jan-1999 |
Ralf S. Engelschall |
Update README file a little bit... |
b621d772 | 31-Jan-1999 |
Ralf S. Engelschall |
Make sure `make rehash' target really finds the `openssl' program. |
d1f4c83c | 31-Jan-1999 |
Mark J. Cox |
Fix some more typos Submitted by: Reviewed by: PR: |
bc2646ef | 31-Jan-1999 |
Mark J. Cox |
fix typo Submitted by: Reviewed by: PR: |
a96e7810 | 30-Jan-1999 |
Ben Laurie |
Squeeze a bit more speed out of MD5 assembler. |
679ab7c3 | 30-Jan-1999 |
Dr. Stephen Henson |
Update STATUS, modify ssl.h so mkdef.pl will pick up prototypes and add x509v3.h to mkdef.pl list of include files. |
f33fbc2e | 30-Jan-1999 |
Ben Laurie |
More pissing about to get pem.h to behave properly. |
59ff7134 | 30-Jan-1999 |
Ben Laurie |
Break circular dependency between pem and err. |