summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)Author
1999-02-06Process extensions when they are there.Ben Laurie
1999-02-06Diagnose errors.Ben Laurie
1999-02-06Typo in arguments.Ben Laurie
1999-02-06Clear error we don't care about.Ben Laurie
1999-01-31Reflect correct filenameRalf S. Engelschall
1999-01-31Fix some more typosMark J. Cox
Submitted by: Reviewed by: PR:
1999-01-31fix typoMark J. Cox
Submitted by: Reviewed by: PR:
1999-01-30Break circular dependency between pem and err.Ben Laurie
1999-01-30Update dependencies.Ben Laurie
1999-01-29New program 'nseq' added to apps to allow Netscape certificate sequences toDr. Stephen Henson
be pulled apart and built.
1999-01-29Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson
Also fix typos in the usage messages: "inout" instead of "input".
1999-01-28One more incorrect name in usage pageRalf S. Engelschall
1999-01-28Fix names in usage page of s_time, s_server and s_clientRalf S. Engelschall
1999-01-26Still more X509 V3 stuff. Modify ca.c to work with the new code and modifyDr. Stephen Henson
openssl.cnf for the new syntax.
1999-01-25More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson
so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
1999-01-24Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson
the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it.
1999-01-20Continued patches so certificates and CRLs now can support and useDr. Stephen Henson
GeneralizedTime.
1999-01-19This time, get it right.Ben Laurie
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie
1999-01-17Remove pointless MD5 hash.Ben Laurie
Contributed by: Anonymous <nobody@replay.com>
1999-01-09Sort openssl functions by name.Ben Laurie
1999-01-09Fix the gendsa program and add it to the app list. The progs.h file isDr. Stephen Henson
auto generated but not auto updated so it is included. Also remove the encryption from the sample DSA keys.
1999-01-07Send the right CAs to the client.Ben Laurie
1999-01-07Fix numeric -newkey args.Ben Laurie
Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de>
1999-01-03More EVP_PKEY patches for new functionality.Dr. Stephen Henson
1999-01-03Make sure applications free up pkey structures and add netscape extensionDr. Stephen Henson
handling to x509.c
1999-01-02Update scripts to use "openssl" instead of "ssleay"Paul C. Sutton
1999-01-02Some more changes for renaming the binary from ssleay to openssl.Paul C. Sutton
I wonder what eay.c is?
1999-01-02First cut of a cleanup for apps/. First the `ssleay' program is now namedRalf S. Engelschall
`openssl' and second, the shortcut symlinks for the `openssl <command>' are no longer created. This way we have a single and consistent command line interface `openssl <command>', similar to `cvs <command>'. Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a repository copy, i.e. they still contain the complete file history.
1999-01-02Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always haveDr. Stephen Henson
zero unused bits.
1999-01-01This is a quick hack conversion of the 'CA.sh' script to perl. It fixes onestephen
bug in the original but is otherwise just as horrible :-)
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall