- dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
- 44c83eb Constify command options by FdaSilvaYY · 8 years ago
- 647ac8d Support broken PKCS#12 key generation. by Dr. Stephen Henson · 9 years ago
- 0038ad4 Avoid more compiler warnings for use of uninitialised variables by Richard Levitte · 9 years ago
- 28da145 Convert PKCS12* functions to use const getters by Matt Caswell · 9 years ago
- 59b4da0 Constify X509_SIG. by Dr. Stephen Henson · 9 years ago
- cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
- ac4e257 constify X509_ALGOR_get0() by Dr. Stephen Henson · 9 years ago
- b2e57e0 Convert PKCS8* functions to use const getters by Matt Caswell · 9 years ago
- 44c248b print out MAC algorithm by Dr. Stephen Henson · 9 years ago
- ab6a591 Support PKCS v2.0 print in pkcs12 utility. by Dr. Stephen Henson · 9 years ago
- 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
- c73aa30 Check return of PEM_write_* functions and report possible errors by Richard Levitte · 9 years ago
- f0e0fd5 Make many X509_xxx types opaque. by Rich Salz · 9 years ago
- 923b185 Fix "no-ui" configuration by Richard Levitte · 9 years ago
- 96bea00 Fix no-des by Matt Caswell · 9 years ago
- a6eb1ce Make X509_SIG opaque. by Dr. Stephen Henson · 9 years ago
- 54dbf42 Make PKCS8_PRIV_KEY_INFO opaque. by Dr. Stephen Henson · 9 years ago
- a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
- 0335851 argv was set but unused by Kurt Roeckx · 9 years ago
- c9018bd fix various formatting issues by Dr. Stephen Henson · 9 years ago
- 762ee38 Use new names by Dr. Stephen Henson · 9 years ago
- 776cfa9 Use accessors in pkcs12 app. by Dr. Stephen Henson · 9 years ago
- 0996dc5 Refactor apps load_certs/load_crls to work incrementally by Viktor Dukhovni · 9 years ago
- e29c73c Fix X509_STORE_CTX_cleanup() by Viktor Dukhovni · 9 years ago
- 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
- a0a8232 Centralise loading default apps config file by Matt Caswell · 9 years ago
- 2b6bcb7 Add support for -no-CApath and -no-CAfile options by Matt Caswell · 10 years ago
- bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
- 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
- 65d3941 Increase buffer size for passwords in pkcs12 CLI by Rodger Combs · 10 years ago
- 9c3bcfa Standardize handling of #ifdef'd options. by Rich Salz · 10 years ago
- 296f54e Restore module loading by Richard Levitte · 10 years ago
- 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
- 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
- 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
- b548a1f free null cleanup finale by Rich Salz · 10 years ago
- 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
- ecf3a1f Remove needless bio_err argument by Rich Salz · 10 years ago
- 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
- 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
- e0e920b free NULL cleanup 9 by Rich Salz · 10 years ago
- c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
- 9b0a453 Make X509_ATTRIBUTE opaque. by Dr. Stephen Henson · 10 years ago
- c6ef15c clang on Linux x86_64 complains about unreachable code. by Richard Levitte · 10 years ago
- 474e469 OPENSSL_NO_xxx cleanup: SHA by Rich Salz · 10 years ago
- 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
- aa24c4a PR: 2469 Submitted by: Jim Studt <jim@studt.net> Reviewed by: steve by Dr. Stephen Henson · 14 years ago
- acf635b oops, revert test patch by Dr. Stephen Henson · 15 years ago
- 19674b5 PR: 2253 Submitted By: Ger Hobbelt <ger@hobbelt.com> by Dr. Stephen Henson · 15 years ago
- c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- c05353c Rename asc2uni and uni2asc functions to avoid clashes. by Dr. Stephen Henson · 16 years ago
- 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
- 8528128 Update from stable branch. by Dr. Stephen Henson · 17 years ago
- 5ce278a More type-checking. by Ben Laurie · 17 years ago
- e7e8f4b Fix another warning. by Dr. Stephen Henson · 18 years ago
- 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
- 123b23f fix return value of get_cert_chain() by Nils Larsch · 18 years ago
- ec1edeb update pkcs12 help message + manpage by Nils Larsch · 18 years ago
- f3dea9a Camellia cipher, contributed by NTT by Bodo Möller · 19 years ago
- 6657b9c Fix warnings. by Dr. Stephen Henson · 19 years ago
- 121dd39 New option to pkcs12 utility to set alternative MAC digest algorithm. by Dr. Stephen Henson · 19 years ago
- a263253 Don't try to print PBE information if it can't be decoded. by Dr. Stephen Henson · 19 years ago
- fbf6643 Bugfix: the NONE string for PBE algorithms wasn't working. by Dr. Stephen Henson · 19 years ago
- 6e04afb include opensslconf.h if OPENSSL_NO_* is used by Nils Larsch · 20 years ago
- b6995ad Make -CSP option work again in pkcs12 utility by checking for by Dr. Stephen Henson · 20 years ago
- 7d72723 some const fixes by Nils Larsch · 20 years ago
- 3fee255 Typo. by Dr. Stephen Henson · 20 years ago
- 16df5f0 Fix memory leak. by Dr. Stephen Henson · 20 years ago
- 875a644 Constify d2i, s2i, c2i and r2i functions and other associated by Richard Levitte · 21 years ago
- d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
- 3ae7093 Correct a lot of printing calls. Remove extra arguments... by Richard Levitte · 22 years ago
- 33075f2 Typo. by Dr. Stephen Henson · 22 years ago
- 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
- 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
- c112323 This didn't get to the 0.9.8-dev thread... by Richard Levitte · 22 years ago
- 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
- 9a48b07 by Dr. Stephen Henson · 23 years ago
- 9a26010 Fix crahses and leaks in pkcs12 utility -chain option by Dr. Stephen Henson · 23 years ago
- da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
- 6991bf1 Potential memory leak removed. Notified by <threaded@totalise.co.uk> by Richard Levitte · 23 years ago
- 31188ee by Dr. Stephen Henson · 23 years ago
- 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
- b3dfaaa Add AES support in the applications that support -des and -des3. by Richard Levitte · 23 years ago
- 206eb6a Change pkcs12 so the certificates coming from -in do not get tossed if by Richard Levitte · 23 years ago
- 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
- 79aa04e Make the necessary changes to work with the recent "ex_data" overhaul. by Geoff Thorpe · 24 years ago
- 5abc8ae Make better use of load_cert, load_certs and load_key. by Richard Levitte · 24 years ago
- 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
- f2a253e Add support for MS CSP Name PKCS#12 attribute. by Dr. Stephen Henson · 24 years ago
- 1358835 by Dr. Stephen Henson · 24 years ago
- bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
- cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
- ecbe078 by Dr. Stephen Henson · 24 years ago
- 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
- 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
- 688fbf5 Fix a typo in apps/pkcs12.c which was using the wrong part of by Dr. Stephen Henson · 25 years ago
- 6232462 Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care by Richard Levitte · 25 years ago
- eaa2818 Various fixes... by Dr. Stephen Henson · 25 years ago
- 5ce42a7 Memory leaks fix. It now looks like all memory leaks, at least around by Richard Levitte · 25 years ago