aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing \n's to ocsp usage message.Dr. Stephen Henson2001-02-091-9/+9
* Allow various options to be included for signing and verify ofDr. Stephen Henson2001-02-081-29/+83
* Add the -VAfile option to 'openssl ocsp'. This option will give theRichard Levitte2001-02-081-1/+17
* Fix typo preventing correct usage of -out option.Lutz Jänicke2001-02-071-1/+1
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-0/+3
* don't dump coreBodo Möller2001-02-061-5/+4
* format stringsUlf Möller2001-02-065-5/+5
* Make depend.Ben Laurie2001-02-041-0/+23
* If the source has already been succesfully queried, do not try to open itLutz Jänicke2001-02-031-2/+4
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-1/+1
* Use OpenSSL_add_all_algorithms instead of the backwards compatibilityBodo Möller2001-01-231-3/+3
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-1/+1