- May 13, 1999
-
-
Ulf Möller authored
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
Ulf Möller authored
Submitted by: Richard Levitte <richard@levitte.org>
-
- May 12, 1999
-
-
Dr. Stephen Henson authored
Fixed -strparse option: it didn't work if used more than once (this was due to the d2i_ASN1_TYPE call parsing a freed buffer). On Win32 the file wincrypt.h #define's X509_NAME and PKCS7_SIGNER_INFO causing clashes so these are #undef'ed
-
- May 11, 1999
-
-
Bodo Möller authored
that SSL_set_{accept,connect}_state be called before SSL_{accept,connect} may be used. Submitted by: Reviewed by: PR:
-
- May 10, 1999
-
-
Ulf Möller authored
-
Ralf S. Engelschall authored
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' with EGCS 1.1.2+
-
Dr. Stephen Henson authored
Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve.
-
- May 09, 1999
-
-
Bodo Möller authored
pointers. The cert_st handling is changed by this in various ways. Submitted by: Reviewed by: PR:
-
Dr. Stephen Henson authored
-
- May 08, 1999
-
-
Dr. Stephen Henson authored
file name for 'ca' to come from the environment.
-
- May 07, 1999
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- May 06, 1999
-
-
Ulf Möller authored
Borland C submitted by: Janez Jere <jj@void.si>
-
- May 05, 1999
-
-
Ulf Möller authored
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
- May 04, 1999
-
-
Ulf Möller authored
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
-
Ulf Möller authored
Submitted by: Anonymous
-
Ben Laurie authored
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
PS: Feel free to move the IMPLEMENT_STACK_OF(X509_INFO) from crypto/asn1/x_info.c to any other place where you think it fits better. X509_INFO is a structure slightly spreaded over ASN.1, X509 and PEM code, so I found no definitive location for IMPLEMENT_STACK_OF(X509_INFO). In crypto/asn1/x_info.c it's at least now bundled with X509_INFO_new() and friends.
-
- May 01, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
callbacks. Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 30, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 29, 1999
-
-
Ulf Möller authored
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
- Apr 28, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-
Ulf Möller authored
-
- Apr 27, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Apr 26, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
of Ulf's prototype parser, also general tidying and fixing of several problems with the original. Its still a bit of a hack but should work. This is the last bit of the old code that uses the K&R prototypes: after some testing they can finally go away...
-
- Apr 24, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
-
Dr. Stephen Henson authored
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
-
- Apr 23, 1999
-
-
Bodo Möller authored
Submitted by: Reviewed by: PR:
-