| Commit message (Expand) | Author | Age | Files | Lines |
* | Make DSA_generate_parameters, and fix a couple of bug | Bodo Möller | 2000-01-30 | 1 | -0/+2 |
* | Since pod2man is still evolving, and some sites (among others dev.openssl.org) | Richard Levitte | 2000-01-27 | 1 | -0/+1181 |
* | Some comments added, and slight code clean-ups. | Bodo Möller | 2000-01-26 | 1 | -0/+1 |
* | Tidy up CRYPTO_EX_DATA structures. | Dr. Stephen Henson | 2000-01-23 | 1 | -0/+19 |
* | WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32). | Ulf Möller | 2000-01-20 | 2 | -4/+4 |
* | Define WINDOWS in all Mingw32 cases. | Bodo Möller | 2000-01-20 | 2 | -3/+3 |
* | Define WINDOWS. | Bodo Möller | 2000-01-20 | 1 | -1/+1 |
* | Finish off the X509_ATTRIBUTE string stuff. | Dr. Stephen Henson | 2000-01-20 | 1 | -0/+14 |
* | Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers. | Dr. Stephen Henson | 2000-01-19 | 1 | -7/+7 |
* | Avoid some warnings, and run "make update". | Bodo Möller | 2000-01-14 | 1 | -0/+5 |
* | Submitted by: | Ulf Möller | 2000-01-07 | 2 | -0/+16 |
* | Honor the no-xxx Configure options when creating .DEF files. | Ulf Möller | 2000-01-07 | 1 | -19/+61 |
* | More X509_ATTRIBUTE changes. | Dr. Stephen Henson | 2000-01-07 | 1 | -2/+2 |
* | Fix some of the command line password stuff. New function | Dr. Stephen Henson | 2000-01-01 | 1 | -0/+1 |
* | Simplify the trust structure: basically zap the bit strings and | Dr. Stephen Henson | 1999-12-29 | 1 | -3/+5 |
* | New {i2d,d2i}_PrivateKey_{bio, fp} functions. | Dr. Stephen Henson | 1999-12-26 | 1 | -0/+4 |
* | Allow passwords to be included on command line for a few | Dr. Stephen Henson | 1999-12-24 | 1 | -0/+3 |
* | Fixes so NO_RSA works again. | Dr. Stephen Henson | 1999-12-24 | 1 | -1/+42 |
* | Add PKCS#8 utility functions and add PBE options. | Dr. Stephen Henson | 1999-12-23 | 2 | -1/+13 |
* | Rename | Bodo Möller | 1999-12-18 | 1 | -0/+8 |
* | Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update' | Dr. Stephen Henson | 1999-12-08 | 1 | -0/+15 |
* | New function PKC12_newpass() | Dr. Stephen Henson | 1999-12-03 | 1 | -0/+1 |
* | Change the trust and purpose code so it doesn't need init | Dr. Stephen Henson | 1999-12-02 | 1 | -237/+229 |
* | Remainder of SSL purpose and trust code: trust and purpose setting in | Dr. Stephen Henson | 1999-11-29 | 1 | -0/+4 |
* | Add part of chain verify SSL support code: not complete or doing anything | Dr. Stephen Henson | 1999-11-29 | 1 | -10/+45 |
* | New options to the -verify program which can be used for chain verification. | Dr. Stephen Henson | 1999-11-26 | 1 | -3/+13 |
* | Support for authority information access extension. | Dr. Stephen Henson | 1999-11-23 | 1 | -0/+28 |
* | Transparent support for PKCS#8 private keys in RSA/DSA. | Dr. Stephen Henson | 1999-11-21 | 1 | -11/+33 |
* | Support for otherName in GeneralName. | Dr. Stephen Henson | 1999-11-19 | 1 | -0/+6 |
* | Fix to the -revoke option in ca. It was leaking memory, crashing and just | Dr. Stephen Henson | 1999-11-08 | 1 | -0/+22 |
* | Continued multibyte character support. | Dr. Stephen Henson | 1999-10-27 | 1 | -0/+5 |
* | Update Borland C++ builder support. | Bodo Möller | 1999-10-25 | 1 | -1/+1 |
* | Improve support for running everything as a monolithic application. | Bodo Möller | 1999-10-25 | 1 | -0/+1 |
* | More multibyte character support. | Dr. Stephen Henson | 1999-10-25 | 1 | -0/+29 |
* | New function ASN1_mbstring_copy() to handle ASN1 string copying. Ultimately | Dr. Stephen Henson | 1999-10-21 | 1 | -0/+1 |
* | Replace the macros in asn1.h with function equivalents. Also make UTF8Strings | Dr. Stephen Henson | 1999-10-20 | 1 | -0/+83 |
* | "make update" | Bodo Möller | 1999-09-27 | 1 | -0/+1 |
* | "make update" | Bodo Möller | 1999-09-10 | 1 | -0/+2 |
* | New UTF8 utility functions to parse/generate UTF8 strings. | Dr. Stephen Henson | 1999-09-04 | 1 | -0/+2 |
* | Handle "#if 0" correctly (I hope) | Bodo Möller | 1999-09-03 | 1 | -0/+6 |
* | Add new 'spkac' utility and several SPKAC utility functions. | Dr. Stephen Henson | 1999-09-03 | 1 | -0/+6 |
* | make update. | Ulf Möller | 1999-08-24 | 1 | -0/+14 |
* | Compile pkcs7 and des apps. | Ulf Möller | 1999-08-13 | 1 | -0/+4 |
* | Remove -DWINDOWS in debug configuration. | Bodo Möller | 1999-08-12 | 1 | -1/+1 |
* | Updates. | Bodo Möller | 1999-08-10 | 1 | -0/+6 |
* | DSA_dup_DH. | Bodo Möller | 1999-08-05 | 1 | -0/+1 |
* | Change all the -'s to _'s. | Dr. Stephen Henson | 1999-08-05 | 1 | -1/+1 |
* | Avoid path separator problems. | Ulf Möller | 1999-07-29 | 1 | -1/+1 |
* | *** empty log message *** | Ulf Möller | 1999-07-29 | 1 | -1/+1 |
* | Always use buildinf.h, which now includes the mk1mfinf.h data. | Bodo Möller | 1999-07-29 | 1 | -9/+8 |