2018-02-13 |
Matt Caswell | Update copyright year |
blob | commitdiff | raw |
2018-01-31 |
Richard Levitte | apps: Don't include progs.h in apps.h |
blob | commitdiff | raw | diff to current |
2017-12-08 |
Rich Salz | Consistent formatting for sizeof(foo) |
blob | commitdiff | raw | diff to current |
2017-08-08 |
Johannes Bauer | Fix building without scrypt |
blob | commitdiff | raw | diff to current |
2017-07-26 |
Hubert Kario | handle scrypt PBKDF in PKCS#12 files info |
blob | commitdiff | raw | diff to current |
2017-07-26 |
Hubert Kario | nicer formatting for MAC info |
blob | commitdiff | raw | diff to current |
2017-07-26 |
Hubert Kario | more info about PKCS#12 structure MAC |
blob | commitdiff | raw | diff to current |
2017-07-26 |
Hubert Kario | pkcs12.c better formatting for unsupported params |
blob | commitdiff | raw | diff to current |
2017-07-16 |
Rich Salz | Standardize apps use of -rand, etc. |
blob | commitdiff | raw | diff to current |
2017-07-06 |
Pauli | Bounds check string functions in apps. |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Rich Salz | Undo commit d420ac2 |
blob | commitdiff | raw | diff to current |
2017-07-03 |
Richard Levitte | Remove the possibility to disable the UI module entirely |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Paul Yang | Clean up a bundle of codingstyle stuff in apps directory |
blob | commitdiff | raw | diff to current |
2017-05-21 |
Rich Salz | -inkey can be an identifier, not just a file |
blob | commitdiff | raw | diff to current |
2016-10-19 |
Richard Levitte | If an engine comes up explicitely, it must also come... |
blob | commitdiff | raw | diff to current |
2016-10-14 |
FdaSilvaYY | Constify command options |
blob | commitdiff | raw | diff to current |
2016-08-25 |
Dr. Stephen Henson | Support broken PKCS#12 key generation. |
blob | commitdiff | raw | diff to current |
2016-08-22 |
Richard Levitte | Avoid more compiler warnings for use of uninitialised... |
blob | commitdiff | raw | diff to current |
2016-08-19 |
Matt Caswell | Convert PKCS12* functions to use const getters |
blob | commitdiff | raw | diff to current |
2016-08-17 |
Dr. Stephen Henson | Constify X509_SIG. |
blob | commitdiff | raw | diff to current |
2016-08-17 |
FdaSilvaYY | Constify char* input parameters in apps code |
blob | commitdiff | raw | diff to current |
2016-08-17 |
Dr. Stephen Henson | constify X509_ALGOR_get0() |
blob | commitdiff | raw | diff to current |
2016-08-16 |
Matt Caswell | Convert PKCS8* functions to use const getters |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Dr. Stephen Henson | print out MAC algorithm |
blob | commitdiff | raw | diff to current |
2016-07-08 |
Dr. Stephen Henson | Support PKCS v2.0 print in pkcs12 utility. |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Rich Salz | Copyright consolidation 01/10 |
blob | commitdiff | raw | diff to current |
2016-05-04 |
Richard Levitte | Check return of PEM_write_* functions and report possib... |
blob | commitdiff | raw | diff to current |
2016-04-15 |
Rich Salz | Make many X509_xxx types opaque. |
blob | commitdiff | raw | diff to current |
2016-03-31 |
Richard Levitte | Fix "no-ui" configuration |
blob | commitdiff | raw | diff to current |
2016-03-18 |
Matt Caswell | Fix no-des |
blob | commitdiff | raw | diff to current |
2016-03-11 |
Dr. Stephen Henson | Make X509_SIG opaque. |
blob | commitdiff | raw | diff to current |
2016-03-07 |
Dr. Stephen Henson | Make PKCS8_PRIV_KEY_INFO opaque. |
blob | commitdiff | raw | diff to current |
2016-02-22 |
Rich Salz | Remove unused parameters from internal functions |
blob | commitdiff | raw | diff to current |
2016-02-20 |
Kurt Roeckx | argv was set but unused |
blob | commitdiff | raw | diff to current |
2016-02-08 |
Dr. Stephen Henson | fix various formatting issues |
blob | commitdiff | raw | diff to current |
2016-02-08 |
Dr. Stephen Henson | Use new names |
blob | commitdiff | raw | diff to current |
2016-02-08 |
Dr. Stephen Henson | Use accessors in pkcs12 app. |
blob | commitdiff | raw | diff to current |
2016-01-21 |
Viktor Dukhovni | Refactor apps load_certs/load_crls to work incrementally |
blob | commitdiff | raw | diff to current |
2016-01-03 |
Viktor Dukhovni | Fix X509_STORE_CTX_cleanup() |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Matt Caswell | Centralise loading default apps config file |
blob | commitdiff | raw | diff to current |
2015-09-25 |
Matt Caswell | Add support for -no-CApath and -no-CAfile options |
blob | commitdiff | raw | diff to current |
2015-09-05 |
Richard Levitte | Change the way apps open their input and output files |
blob | commitdiff | raw | diff to current |
2015-06-15 |
Rich Salz | RT2547: Tighten perms on generated privkey files |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Rodger Combs | Increase buffer size for passwords in pkcs12 CLI |
blob | commitdiff | raw | diff to current |
2015-06-02 |
Rich Salz | Standardize handling of #ifdef'd options. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Richard Levitte | Restore module loading |
blob | commitdiff | raw | diff to current |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
blob | commitdiff | raw | diff to current |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free null cleanup finale |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Rich Salz | Remove needless bio_err argument |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Rich Salz | fewer NO_ENGINE #ifdef's |
blob | commitdiff | raw | diff to current |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Rich Salz | free NULL cleanup 9 |
blob | commitdiff | raw | diff to current |
2015-03-28 |
Rich Salz | free NULL cleanup |
blob | commitdiff | raw | diff to current |
2015-03-16 |
Dr. Stephen Henson | Make X509_ATTRIBUTE opaque. |
blob | commitdiff | raw | diff to current |
2015-01-29 |
Richard Levitte | clang on Linux x86_64 complains about unreachable code. |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Rich Salz | OPENSSL_NO_xxx cleanup: SHA |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2011-03-13 |
Dr. Stephen Henson | PR: 2469 |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Dr. Stephen Henson | oops, revert test patch |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Dr. Stephen Henson | PR: 2253 |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Dr. Stephen Henson | Update from 1.0.0-stable |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Dr. Stephen Henson | Rename asc2uni and uni2asc functions to avoid clashes. |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Dr. Stephen Henson | Update obsolete email address... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Dr. Stephen Henson | Update from stable branch. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Ben Laurie | More type-checking. |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Dr. Stephen Henson | Fix another warning. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Bodo Möller | Add SEED encryption algorithm. |
blob | commitdiff | raw | diff to current |
2006-12-27 |
Nils Larsch | fix return value of get_cert_chain() |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Nils Larsch | update pkcs12 help message + manpage |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Bodo Möller | Camellia cipher, contributed by NTT |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Dr. Stephen Henson | Fix warnings. |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Dr. Stephen Henson | New option to pkcs12 utility to set alternative MAC... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Dr. Stephen Henson | Don't try to print PBE information if it can't be decoded. |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Dr. Stephen Henson | Bugfix: the NONE string for PBE algorithms wasn't working. |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Nils Larsch | include opensslconf.h if OPENSSL_NO_* is used |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Dr. Stephen Henson | Make -CSP option work again in pkcs12 utility by checki... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Nils Larsch | some const fixes |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Dr. Stephen Henson | Typo. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Dr. Stephen Henson | Fix memory leak. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Richard Levitte | Constify d2i, s2i, c2i and r2i functions and other... |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Richard Levitte | Use BUF_strlcpy() instead of strcpy(). |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Richard Levitte | Correct a lot of printing calls. Remove extra arguments... |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Dr. Stephen Henson | Typo. |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Richard Levitte | Add the possibility to build without the ENGINE framework. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Richard Levitte | EXIT() may mean return(). That's confusing, so let... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Richard Levitte | This didn't get to the 0.9.8-dev thread... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Ben Laurie | Security fixes brought forward from 0.9.7. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Dr. Stephen Henson | Various enhancements to PKCS#12 code, new |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Dr. Stephen Henson | Fix crahses and leaks in pkcs12 utility -chain option |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Richard Levitte | Make it possible to load keys from stdin, and restore... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Richard Levitte | Potential memory leak removed. Notified by <threaded... |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Dr. Stephen Henson | Fix new -aes command argument handling |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Dr. Stephen Henson | Config code updates. |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Richard Levitte | Add AES support in the applications that support -des... |
blob | commitdiff | raw | diff to current |
2001-12-12 |
Richard Levitte | Change pkcs12 so the certificates coming from -in do... |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Geoff Thorpe | Reduce the header dependencies on engine.h in apps/. |
blob | commitdiff | raw | diff to current |
next |