]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
New utility 'pkeyutl' a general purpose version of 'rsautl'.
[thirdparty/openssl.git] / apps /
2006-04-07  Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-04  Dr. Stephen HensonAdd an explicit load_config() call so any added algorit...
2006-04-04  Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-30  Richard LevitteSynchronise with recent changes
2006-03-30  Bodo MöllerChange default curve (for compatibility with a
2006-03-28  Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2006-03-28  Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-28  Dr. Stephen HensonNew general public key utility 'pkey'.
2006-03-18  Nils Larschensure the pointer is valid before using it
2006-03-18  Nils Larschcheck if con != NULL before using it
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2006-03-12  Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-11  Nils Larschfix signed vs. unsigned warning
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-03-02  Richard LevitteForgot the TSA application...
2006-02-26  Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-26  Richard LevitteSynchronise with openss.cnf
2006-02-13  Nils Larschfix warning: add missing prototype
2006-02-12  Ulf Möllermake update
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-01-11  Bodo MöllerMore TLS extension related changes.
2006-01-09  Bodo MöllerFurther TLS extension updates
2006-01-06  Bodo MöllerFixes for TLS server_name extension
2006-01-04  Richard LevitteFix signed/unsigned char clashes.
2006-01-03  Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02  Bodo MöllerC style fix-up
2006-01-02  Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-11-30  Andy PolyakovMention Whirlpool in dgst -help.
2005-11-30  Dr. Stephen HensonTypo
2005-11-30  Dr. Stephen HensonMake CA.pl script use CA extensions when creating a...
2005-11-27  Richard LevitteWhen using POSIXly functions, we need to define _POSIX_...
2005-11-06  Andy PolyakovEliminate VC compiler warning.
2005-11-06  Andy PolyakovRevive app_tminterval for Netware.
2005-11-06  Andy PolyakovRevive app_tminterval for vxworks.
2005-11-06  Andy PolyakovRevive app_tminterval for VMS.
2005-11-06  Andy PolyakovThe typos never stop. Fix one in apps/apps.c.
2005-11-06  Andy PolyakovFix newly introduced typos and warnings in ./apps.
2005-11-06  Andy PolyakovCollect timing procedures in apps/apps.c. It's a bit...
2005-11-04  Andy PolyakovEliminate remaining calls to stat in apps/apps.c and...
2005-11-04  Andy PolyakovEliminate dependency on read/write/stat in apps under...
2005-11-03  Andy PolyakovGet rid of arcane reference to _fmode in apps/apps...
2005-11-03  Andy PolyakovDisable BIO_s_fd on CE and disable fd:N as password...
2005-11-02  Nils Larschcompile sstrsep only if HAVE_FORK is defined; patch...
2005-10-26  Bodo Möllerfix stupid typo
2005-10-08  Dr. Stephen HensonAdd PVK support to dsa utility.
2005-10-08  Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-10-01  Bodo Möllernew option "openssl ciphers -V"
2005-09-30  Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-09-30  Nils Larschsuccessfully updating the db shouldn't result in an...
2005-09-16  Dr. Stephen HensonChange openssl.cnf to use UTF8Strings by default and...
2005-09-03  Dr. Stephen HensonUpdate to ASN1 printing code.
2005-09-02  Nils Larschdon't try to load cert/key when the "-nocert" option...
2005-09-01  Dr. Stephen HensonUpdate ASN1 printing code and add a -print option to...
2005-08-31  Dr. Stephen HensonIntegrated support for PVK files.
2005-08-23  Ben LaurieGenerate primes, too.
2005-08-21  Ben LaurieFix warning.
2005-08-21  Dr. Stephen HensonCommand line support for RSAPublicKey format.
2005-08-20  Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-08-14  Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-04  Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-07-26  Geoff Thorpe"make update"
2005-07-16  Nils Larschmake
2005-07-04  Dr. Stephen HensonUpdate from stable branch.
2005-07-04  Richard LevitteThe private key should never have ended up in newreq...
2005-07-01  Nils Larschinitialize newly allocated data
2005-06-29  Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-06-28  Richard Levitteasn1parse doesn't support any TXT format, so let's...
2005-06-27  Andy PolyakovFix typos in apps/apps.c
2005-06-26  Andy PolyakovMinor (final?) Makefiles polish.
2005-06-23  Andy PolyakovJumbo Makfiles update.
2005-06-13  Richard LevitteNetware patch submitted by Verdon Walker" <VWalker...
2005-05-31  Nils Larschchanges from 0.9.8
2005-05-31  Nils Larschinclude opensslconf.h if OPENSSL_NO_* is used
2005-05-30  Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-29  Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-28  Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
2005-05-22  Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
2005-05-17  Andy PolyakovOPENSSL_Applink update.
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-16  Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15  Andy PolyakovConsolidate BUILDENV [idea is to keep all variables...
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-05-15  Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-10  Nils Larschimprove command line argument checking
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-01  Ben LaurieAdd prototype.
2005-04-30  Andy PolyakovFold rules in test/Makefiles [from stable].
2005-04-30  Richard LevitteFrom branch OpenSSL_0_9_7-stable, 2004-08-11 22:34:
2005-04-30  Richard LevitteAll kinds of changes from branch OpenSSL_0_9_7-stable
2005-04-29  Nils Larschadd 192 bit prime curve to the command line options
2005-04-27  Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26  Dr. Stephen HensonPort prime utility across from stable branch.
2005-04-26  Bodo Möllermake update
2005-04-26  Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26  Ben LaurieAdd DTLS support.
2005-04-23  Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-23  Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-22  Nils Larschmake update
next