aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* "make update"Bodo Möller1999-09-271-0/+17
* Fix typo in error message.Bodo Möller1999-09-251-1/+1
* Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller1999-09-251-1/+1
* Bugfix: avoid opening CAfile when it's NULL.Bodo Möller1999-09-241-1/+2
* typoBodo Möller1999-09-211-1/+1
* Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson1999-09-202-10/+68
* Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1999-09-181-5/+71
* Document -startdate and -enddate in usage summary.Bodo Möller1999-09-171-0/+2
* Fix typo.Dr. Stephen Henson1999-09-151-1/+1
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-082-9/+7
* Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson1999-09-081-0/+2
* Reinitialize conf to NULL whenver ca application is started.Bodo Möller1999-09-051-1/+2
* Reinitialize global variables when necessary (for monolith application).Bodo Möller1999-09-034-5/+17
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-034-25/+262
* Allow the extension section specified in config files to be overriddenDr. Stephen Henson1999-08-273-7/+38
* Allow the 1.OU="my OU" syntax in 'ca' for SPKACs.Dr. Stephen Henson1999-08-251-1/+10
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-252-3/+46
* Return 0 for succesful exit when -noout is used.Bodo Möller1999-08-171-1/+5
* -crlf option.Bodo Möller1999-08-092-22/+2
* Comments.Bodo Möller1999-08-082-3/+3
* consistent styleRalf S. Engelschall1999-08-081-1/+1
* New option "-crlf" to s_client and s_server which tells them to convertBodo Möller1999-08-072-2/+78
* Fix -startdate and -enddate arguments to 'ca' program. Also update NEWS fileDr. Stephen Henson1999-08-061-43/+59
* Dont' assume that something starting with '-' is a filename --Bodo Möller1999-08-061-1/+1
* avoid some NO_<cipher> problemsBodo Möller1999-08-022-1/+7
* Tidy up pkcs12 application.Dr. Stephen Henson1999-07-291-46/+40
* VMS updates.Ulf Möller1999-07-285-22/+27
* additional argument for key_callbackBodo Möller1999-07-211-2/+2
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-2118-41/+41
* Fix option processing.Bodo Möller1999-07-141-4/+4
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-14/+22
* correct error handlingBodo Möller1999-07-121-8/+13
* New function RSA_check_key,Bodo Möller1999-07-111-1/+27
* Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson1999-07-111-12/+0
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* More no-xxx option tweaks.Ulf Möller1999-06-301-2/+4
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-1/+3
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-251-1/+1
* "make update"Bodo Möller1999-06-211-10/+12
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-202-42/+44
* Avoid warnings.Bodo Möller1999-06-1011-23/+23
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-2/+2
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-4/+25
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-076-179/+179
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-0/+18
* More general definition for S_ISDIR (needed not only for VMS butBodo Möller1999-06-071-5/+5
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-28/+64
* Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1999-06-051-4/+26
* Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1999-06-053-3/+200