]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/pkcs12.c
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
[thirdparty/openssl.git] / apps / pkcs12.c
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-08  Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-13  Bodo MöllerUse CRYPTO_push_info to find a memory leak in pkcs12.c.
2000-01-09  Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08  Dr. Stephen HensonAdd PKCS#12 manpage and use MAC iteration counts by...
1999-12-23  Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-12  Dr. Stephen HensonMerge some common functionality in the apps, delete
1999-10-05  Dr. Stephen HensonFix for bug in pkcs12 program and typo in ASN1_tag2str().
1999-08-02  Bodo Mölleravoid some NO_<cipher> problems
1999-07-29  Dr. Stephen HensonTidy up pkcs12 application.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-05-27  Dr. Stephen HensonFree up 'out' before exiting pkcs12 application.
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18  Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-05-16  Dr. Stephen HensonOops! Get the pmatch test the right way round.
1999-05-16  Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16  Bodo MöllerMarked probable bug, pointed out by Anonymous.
1999-05-10  Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-08  Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-02  Ben LaurieYet another stack.
1999-04-27  Ulf MöllerUpdate NO_* macros.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-01  Ben LaurieDon't shadow.
1999-03-29  Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...