summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-11Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte
2000-08-11Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte
2000-08-11The pkcs12 had no way of getting a CA file or path to be used whenRichard Levitte
2000-08-03Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o...Richard Levitte
2000-08-02Include SKIP DH parameters with OpenSSL.Bodo Möller
2000-08-01Make it so we can dynamically enable memory allocation debugging through theRichard Levitte
2000-07-31Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller
2000-07-30Document the new DN printing options.Dr. Stephen Henson
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-07-15Document -purpose option in usage string.Bodo Möller
2000-07-12Make req seed the PRNG if signing withDr. Stephen Henson
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-07-01Use up-to-date functions.Ben Laurie
2000-06-30Give the user the option to measure real time instead of user CPU time.Richard Levitte
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte
2000-06-23BSD-style MD5-based password algorithm in 'openssl passwd'.Bodo Möller
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-22Change req so the new parameter '-rand file' uses the given file inRichard Levitte
2000-06-22Move the certificate and key loading functions to apps.c, so they canRichard Levitte
2000-06-22Forgot the self-documentation within req.Richard Levitte
2000-06-22Small change to accept the command line parameter '-rand file'. ThisRichard Levitte
2000-06-19Avoid unnecessary links and incomplete program file in apps/.Bodo Möller
2000-06-15Add support for the modified SGC key format used in IIS.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-08Accept -F4 option in lower case, which is what the usage informationBodo Möller
2000-06-07No need to abort if c_rehash fails here (e.g. because Perl is not whereBodo Möller
2000-06-07use consistent indentationBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Small fix to enable reading from stdin as well.Richard Levitte
2000-05-19Add required cast.Bodo Möller
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
2000-05-16Typesafety Thought Police part 3.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-16Typesafety thought police.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-05-14Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie
2000-05-04Make PKCS#12 code handle missing passwords.Dr. Stephen Henson
2000-05-02Fix a memory leak, and don't generate inappropriate error messageBodo Möller
2000-04-27Stylistic changes: Don't use a macro for the malloc'ed length since itBodo Möller
2000-04-27Warn about truncation also in the case when a single password is read usingBodo Möller
2000-04-14New function ERR_error_string_n.Bodo Möller