aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make it so we can dynamically enable memory allocation debugging through theRichard Levitte2000-08-011-0/+2
* Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller2000-07-311-1/+1
* Document the new DN printing options.Dr. Stephen Henson2000-07-301-2/+2
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-283-12/+96
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-271-2/+15
* Document -purpose option in usage string.Bodo Möller2000-07-151-1/+1
* Make req seed the PRNG if signing withDr. Stephen Henson2000-07-122-0/+8
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-103-6/+55
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-346/+366
* Use up-to-date functions.Ben Laurie2000-07-011-7/+56
* Give the user the option to measure real time instead of user CPU time.Richard Levitte2000-06-301-71/+88
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-289-119/+23
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-289-23/+119
* BSD-style MD5-based password algorithm in 'openssl passwd'.Bodo Möller2000-06-231-29/+46
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-226-77/+58
* Change req so the new parameter '-rand file' uses the given file inRichard Levitte2000-06-221-6/+3
* Move the certificate and key loading functions to apps.c, so they canRichard Levitte2000-06-224-184/+229
* Forgot the self-documentation within req.Richard Levitte2000-06-221-0/+4
* Small change to accept the command line parameter '-rand file'. ThisRichard Levitte2000-06-221-1/+12
* Avoid unnecessary links and incomplete program file in apps/.Bodo Möller2000-06-191-170/+0
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-151-4/+7
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-379/+397
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-1/+13
* Accept -F4 option in lower case, which is what the usage informationBodo Möller2000-06-081-1/+1
* No need to abort if c_rehash fails here (e.g. because Perl is not whereBodo Möller2000-06-071-1/+1
* use consistent indentationBodo Möller2000-06-071-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0125-101/+101
* Small fix to enable reading from stdin as well.Richard Levitte2000-06-011-2/+2
* Add required cast.Bodo Möller2000-05-191-1/+1
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-182-1/+30
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-9/+10
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-16/+21
* Typesafety thought police.Ben Laurie2000-05-161-12/+12
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-152-7/+7
* Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie2000-05-141-0/+27
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-3/+8
* Fix a memory leak, and don't generate inappropriate error messageBodo Möller2000-05-021-1/+6
* Stylistic changes: Don't use a macro for the malloc'ed length since itBodo Möller2000-04-271-3/+5
* Warn about truncation also in the case when a single password is read usingBodo Möller2000-04-271-2/+4
* New function ERR_error_string_n.Bodo Möller2000-04-141-1/+4
* "make update"Richard Levitte2000-04-091-93/+95
* In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller2000-04-061-0/+5
* Fix typo in -clrext option, but add a compatibility hack becauseBodo Möller2000-03-271-1/+8
* Sample application using RAND_event() to collect entropy from mouseUlf Möller2000-03-191-0/+149
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-181-1/+1
* e_os.h: don't do double work with status codes.Richard Levitte2000-03-181-1/+1
* Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller2000-03-141-111/+0
* Avoid a warning.Bodo Möller2000-03-141-2/+4
* Typo correctedRichard Levitte2000-03-141-1/+1
* Make sure strcmp() gets declared.Richard Levitte2000-03-141-0/+1