]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Constification.
[thirdparty/openssl.git] / apps /
2005-03-20  Nils Larschadd new curves to the loop (with some cleanup from me)
2005-03-13  Bodo Möller"make depend". This takes into account the algorithms...
2005-02-03  Andy PolyakovShut whiny make's up.
2005-02-01  Andy PolyakovAddress run-time linker problems: LD_PRELOAD issue...
2005-01-26  Richard LevitteThe mix of CFLAGS and LDFLAGS is a bit confusing in...
2005-01-25  Andy PolyakovPlease BSD make...
2005-01-04  Andy PolyakovDJGPP update.
2004-12-30  Andy PolyakovRemove naming conflict between variable and label.
2004-12-29  Dr. Stephen HensonPrompt for passphrases for PKCS12 input format
2004-12-28  Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-13  Dr. Stephen HensonFix s_client so it works without a certificate again.
2004-12-13  Richard LevittePropagate a few more variables to Makefile.shared when...
2004-12-05  Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-12-03  Dr. Stephen HensonAdd -passin argument to dgst command.
2004-11-29  Richard LevitteMake an explicit check during certificate validation...
2004-11-23  Dr. Stephen HensonTypo.
2004-11-23  Dr. Stephen HensonFix memory leak.
2004-11-17  Dr. Stephen HensonIn "req" exit immediately if configuration file is...
2004-11-16  Dr. Stephen HensonPR: 910
2004-11-14  Dr. Stephen HensonPR: 940
2004-11-14  Dr. Stephen HensonZap obsolete der_chop script.
2004-11-13  Dr. Stephen HensonFix x509.c so it creates serial number file again if no
2004-11-11  Richard LevitteCut'n'paste mistake. All tested OK now...
2004-11-11  Richard LevitteWhoops, syntactic mistake...
2004-11-11  Richard LevitteSome find it confusing that environment variables are...
2004-11-11  Dr. Stephen HensonUse the default_md config file value when signing CRLs.
2004-11-11  Dr. Stephen HensonDon't return an error with crl -noout.
2004-11-05  Richard LevitteMake sure LD_PRELOAD is only set when we build shared...
2004-10-21  Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-09-10  Richard Levittemake update
2004-09-07  Dr. Stephen HensonReformat smime utility.
2004-09-07  Dr. Stephen HensonDon't use 'explicit' for variable name.
2004-09-07  Dr. Stephen HensonReformat smime.c
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-08-12  Richard LevitteOn systems that use case-insensitive symbol names ...
2004-08-06  Dr. Stephen HensonCall setup_engine after autoconfig.
2004-08-05  Dr. Stephen HensonDon't ignore return value of EVP_DigestInit_ex() in...
2004-07-25  Andy Polyakov'apps/openssl dgst -help' update and minor apps/speed...
2004-07-01  Dr. Stephen HensonDon't try to parse non string types.
2004-06-28  Richard LevitteChanges for VOS, submitted by Paul Green <Paul.Green...
2004-06-28  Richard LevitteMake the tests of EVP operations without padding. ...
2004-06-28  Richard LevitteMake sure that the buffers are large enough to contain...
2004-06-28  Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2004-06-24  Dr. Stephen HensonReformat pkcs8 source.
2004-05-31  Andy PolyakovWorking on HP-UX shared support...
2004-05-31  Andy PolyakovMake sha-256/-512 naming in speed.c consistent with...
2004-05-20  Andy PolyakovSHA-256/-512 test and benchmark.
2004-05-17  Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17  Geoff ThorpeRemove some unnecessary recursive includes from the...
2004-05-13  Richard Levittemake update
2004-05-12  Dr. Stephen HensonMake self signing option of 'x509' use random serial...
2004-04-26  Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-21  Dr. Stephen HensonNew option to 'x509' -next_serial. This outputs the...
2004-04-21  Dr. Stephen HensonUse X509_get_serialNumber() instead of accessing intern...
2004-04-20  Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-04-19  Geoff Thorpemake update
2004-04-19  Geoff Thorpeheader cleanup in apps/
2004-04-15  Dr. Stephen HensonClear error if unique_subject lookup fails.
2004-03-25  Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-25  Geoff ThorpeAdds warnings about two curves and fixes the "seed...
2004-03-24  Richard Levitteo_str.h isn't a public header file, so make sure it...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05  Dr. Stephen HensonCall autoconfig code in pkcs7 utility.
2004-02-10  Geoff Thorpeminor signed/unsigned warning fixes
2004-02-08  Dr. Stephen HensonFix handling of -offset and -length in asn1parse tool.
2004-01-24  Andy PolyakovFix declaration inconsistency in ecparam.c.
2004-01-08  Lutz JänickeCover all DSA setups when running tests
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28  Richard LevitteMove another common functionality (reproduced so far...
2003-11-28  Richard LevitteForgot to change the declaration of do_subject() to...
2003-11-28  Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28  Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-28  Richard LevitteNetware-specific changes,
2003-11-20  Dr. Stephen HensonGive CRLDP its standard name.
2003-11-18  Lutz JänickeMake sure to initialize AES counters to obtain proper...
2003-11-16  Lutz JänickeCatch error condition to prevent NULL pointer dereference.
2003-11-04  Geoff ThorpeAvoid some shadowed variable names.
2003-10-31  Richard LevitteLet exit codes propagate from within for loops.
2003-10-29  Geoff ThorpeCopy-n-paste bug (don't mix variable declarations and...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29  Geoff ThorpeFor whatever reason (compiler or header bugs), at least...
2003-10-29  Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-10  Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06  Richard Levittes_client should inform the user of any compression...
2003-09-27  Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27  Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-21  Dr. Stephen HensonAdd -passin support to rsautl
2003-09-21  Dr. Stephen HensonIn order to get the expected self signed error when
2003-09-09  Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
2003-09-03  Dr. Stephen HensonNew -ignore_err option in ocsp application to stop...
2003-08-14  Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-07-22  Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-03  Richard LevitteAdd -issuer_hash and make -subject_hash the default...
2003-06-25  Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2003-06-19  Richard LevitteImplement CRL numbers.
2003-06-11  Richard LevitteAvoid warnings saying that the format takes a void*.
2003-06-01  Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-05-28  Lutz JänickeAdd minimum POP3 STLS hack to s_client.c (as was provid...
2003-05-01  Richard Levittemake update
next