aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* avoid buffer overflowBodo Möller2001-03-311-0/+8
* this time *really* fix the /../ check ...Bodo Möller2001-03-301-3/+2
* For -WWW, fix test for ".." directory references (and avoid warning forBodo Möller2001-03-301-8/+22
* make updateRichard Levitte2001-03-241-1/+1
* Add missing '#ifndef OPENSSL_NO_DSA'.Bodo Möller2001-03-221-0/+2
* Correct a typo which might have lead to a dump.Richard Levitte2001-03-161-1/+1
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-164-47/+102
* Add 'align' option to nameopt.Dr. Stephen Henson2001-03-152-0/+6
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-152-39/+169
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-0/+1
* Fix: return 0 if no error occured.Bodo Möller2001-03-131-0/+1
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-1/+7
* For some experiments, it is sometimes nice to serve files with completeRichard Levitte2001-03-101-9/+18
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-095-5/+5
* Bugfix: previously the serial number file could turn negativeBodo Möller2001-03-081-8/+10
* Integrate ec_err.[co].Bodo Möller2001-03-081-1/+1
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+1
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-052-60/+275
* increase emailAddress_maxBodo Möller2001-03-041-1/+1
* MacOSX doesn't have ftime().Richard Levitte2001-02-271-1/+1
* New function and options to check OCSP response validity.Dr. Stephen Henson2001-02-241-3/+52
* I missed one.Geoff Thorpe2001-02-231-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-223-746/+731
* Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte2001-02-222-2/+12
* This adds command-line support to s_server for controlling the generationGeoff Thorpe2001-02-211-1/+48
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-202-0/+2
* I forgot there was a reason why the inclusions and definition of u_intRichard Levitte2001-02-201-7/+8
* OpenVMS catches up.Richard Levitte2001-02-201-25/+1
* Get e_os2.h to get all the system definitions correctly.Richard Levitte2001-02-203-2/+3
* Fix typo.Dr. Stephen Henson2001-02-201-1/+1
* Include opensslconf.h or the like early to make sure system macros getRichard Levitte2001-02-203-8/+10
* honour '-no_tmp_rsa'Bodo Möller2001-02-201-1/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-2038-89/+92
* Fix warning.Ulf Möller2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-1927-816/+806
* make updateRichard Levitte2001-02-191-20/+24
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-193-36/+78
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-20/+304
* Add "-rand" option to s_client and s_server.Lutz Jänicke2001-02-152-2/+30
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-141-0/+9
* Initial OCSP SSL support.Dr. Stephen Henson2001-02-141-3/+14
* New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson2001-02-131-2/+24
* Modify OCSP nonce behaviour.Dr. Stephen Henson2001-02-121-3/+8
* disable stdin buffering in load_certBodo Möller2001-02-101-0/+3
* use case-insensitive comparison in set_table_optsBodo Möller2001-02-101-1/+1
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-4/+3
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-092-0/+6
* TypoLutz Jänicke2001-02-091-1/+1
* Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson2001-02-091-1/+1