summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-02-27Update dependencies.Ben Laurie
1999-02-25Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall
1999-02-24Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall
1999-02-24Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson
1999-02-23Fix more warnings.Ben Laurie
1999-02-23Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall
1999-02-23Fix usage message on gendsa:Ralf S. Engelschall
1999-02-23Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson
1999-02-17Oops! Remeber to include the other patches this time...Dr. Stephen Henson
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson
1999-02-13Finally(?) fix DES stuff.Ben Laurie
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie
1999-02-11Delete a few unused files in apps, restore CAST WIN32 ASM file to mainDr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
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
1999-01-31fix typoMark J. Cox
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
1999-01-29Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson
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
1999-01-25More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson
1999-01-24Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson
1999-01-20Continued patches so certificates and CRLs now can support and useDr. Stephen Henson
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
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
1999-01-07Send the right CAs to the client.Ben Laurie
1999-01-07Fix numeric -newkey args.Ben Laurie
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
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
1999-01-02First cut of a cleanup for apps/. First the `ssleay' program is now namedRalf S. Engelschall
1999-01-02Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always haveDr. Stephen Henson