2010-03-07 |
Dr. Stephen Henson | The OID sanity check was incorrect. It should only... |
blob | commitdiff | raw |
2010-01-12 |
Dr. Stephen Henson | PR: 2136 |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Dr. Stephen Henson | Use new X509_STORE_set_verify_cb function instead of... |
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-07-14 |
Dr. Stephen Henson | Updates from 1.0.0-stable. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Dr. Stephen Henson | Use new time routines to avoid possible overflow. |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Dr. Stephen Henson | Update from 1.0.0-stable. |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Dr. Stephen Henson | Typo in usage message. |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Dr. Stephen Henson | Updatde 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-26 |
Dr. Stephen Henson | Support for certificate status TLS extension. |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Dr. Stephen Henson | Add support for default public key digest type ctrl. |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Dr. Stephen Henson | Remove link between digests and signature algorithms. |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Dr. Stephen Henson | Remove ASN1_METHOD code replace with new ASN1 alternative. |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Nils Larsch | make |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Nils Larsch | some const fixes |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Nils Larsch | use SHA-1 as the default digest for the apps/openssl... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Ben Laurie | Give everything prototypes (well, everything that's... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Dr. Stephen Henson | Use X509_cmp_time() in -checkend option, to support... |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Dr. Stephen Henson | Fix x509.c so it creates serial number file again if no |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Dr. Stephen Henson | Make self signing option of 'x509' use random serial... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Dr. Stephen Henson | New option to 'x509' -next_serial. This outputs the... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Dr. Stephen Henson | Use X509_get_serialNumber() instead of accessing intern... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Geoff Thorpe | header cleanup in apps/ |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Richard Levitte | Use BUF_strlcpy() instead of strcpy(). |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Dr. Stephen Henson | In order to get the expected self signed error when |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Richard Levitte | Add -issuer_hash and make -subject_hash the default... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Richard Levitte | Convert save_serial() to work like save_index(), and... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Richard Levitte | Remove unused variable. |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Richard Levitte | Make it possible to have multiple active certificates... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Richard Levitte | No need to test -setalias twice. |
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 |
Ben Laurie | Security fixes brought forward from 0.9.7. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Richard Levitte | Variables on the stack must be initialized or we can... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Richard Levitte | -CAserial does take a filename argument. |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Bodo Möller | get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC... |
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-07-29 |
Lutz Jänicke | Only use DSA-functions if available. |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Richard Levitte | CAformat should not be used for CA key format. |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Dr. Stephen Henson | Config code updates. |
blob | commitdiff | raw | diff to current |
2002-02-13 |
Bodo Möller | ECDSA support |
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 |
2001-09-01 |
Geoff Thorpe | Make the necessary changes to work with the recent... |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Dr. Stephen Henson | Modify apps to use NCONF code instead of old CONF code. |
blob | commitdiff | raw | diff to current |
2001-06-23 |
Richard Levitte | Use apps_shutdown() in all applications, in case someon... |
blob | commitdiff | raw | diff to current |
2001-06-18 |
Richard Levitte | Provide an application-common setup function for engine... |
blob | commitdiff | raw | diff to current |
2001-05-30 |
Richard Levitte | Extend all the loading functions to take an engine... |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Bodo Möller | Bugfix: previously the serial number file could turn... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Richard Levitte | Use new-style system-id macros everywhere possible... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Ulf Möller | Fix warning. |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Dr. Stephen Henson | New -set_serial options to 'req' and 'x509'. |
blob | commitdiff | raw | diff to current |
2001-02-06 |
Ulf Möller | format strings |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Bodo Möller | If CONF_get_string returns NULL and we want to tolerate... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
Richard Levitte | Add the possibility to use keys handled by engines... |
blob | commitdiff | raw | diff to current |
2000-10-27 |
Richard Levitte | The majority of the OCSP code from CertCo. |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
blob | commitdiff | raw | diff to current |
2000-10-06 |
Dr. Stephen Henson | More code for X509_print_ex() support. |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Richard Levitte | On VMS, stdout may very well lead to a file that is... |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Bodo Möller | Get rid of ASN1_UTCTIME_get, which cannot work with... |
blob | commitdiff | raw | diff to current |
2000-08-24 |
Dr. Stephen Henson | New option to CA.pl to sign request using CA extensions. |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Dr. Stephen Henson | New ASN1_STRING_print_ex() and X509_NAME_print_ex() |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Richard Levitte | Move add_oid_section to apps.c, so it can be shared... |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Richard Levitte | Move the certificate and key loading functions to apps... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Dr. Stephen Henson | Document EVP routines. Change EVP_SealInit() and EVP_Op... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
blob | commitdiff | raw | diff to current |
2000-05-14 |
Ben Laurie | Allow UTCTIME objects to be retrieved. Check for immine... |
blob | commitdiff | raw | diff to current |
2000-05-02 |
Bodo Möller | Fix a memory leak, and don't generate inappropriate... |
blob | commitdiff | raw | diff to current |
2000-03-27 |
Bodo Möller | Fix typo in -clrext option, but add a compatibility... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Bodo Möller | More get0 et al. changes. Also provide fgrep targets... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Dr. Stephen Henson | Rename functions for new convention. |
blob | commitdiff | raw | diff to current |
2000-02-19 |
Dr. Stephen Henson | Add -clrext option to 'x509' |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Dr. Stephen Henson | Pass phrase reorganisation. |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Ralf S. Engelschall | Make gcc 2.95.2 happy again, even under ``-Wall -Wshado... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulf Möller | ispell (and minor modifications) |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Dr. Stephen Henson | Make -CAcreateserial start from 1 instead of 0 for |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Dr. Stephen Henson | More X509_ATTRIBUTE changes. |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Dr. Stephen Henson | Simplify the trust structure: basically zap the bit... |
blob | commitdiff | raw | diff to current |
1999-12-24 |
Dr. Stephen Henson | Allow passwords to be included on command line for... |
blob | commitdiff | raw | diff to current |
1999-12-02 |
Dr. Stephen Henson | Change the trust and purpose code so it doesn't need... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Dr. Stephen Henson | Add part of chain verify SSL support code: not complete... |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Dr. Stephen Henson | Initial trust code: allow setting of trust checking... |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Dr. Stephen Henson | New options to the -verify program which can be used... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Dr. Stephen Henson | Transparent support for PKCS#8 private keys in RSA... |
blob | commitdiff | raw | diff to current |
1999-11-08 |
Dr. Stephen Henson | Fix to the -revoke option in ca. It was leaking memory... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Dr. Stephen Henson | Allow additional information to be attached to a |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Bodo Möller | Various randomness handling bugfixes and improvements -- |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Bodo Möller | Improve support for running everything as a monolithic... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Dr. Stephen Henson | Initial support for certificate purpose checking: this... |
blob | commitdiff | raw | diff to current |
1999-08-27 |
Dr. Stephen Henson | Allow the extension section specified in config files... |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Bodo Möller | Additional user data argument to pem_password_cb functi... |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Dr. Stephen Henson | Fix a bug in x509.c that omitted DSA parameters when... |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Bodo Möller | Add closing parenthesis to usage output. |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Bodo Möller | Rename "openssl x509" option "-config" to "-extfile... |
blob | commitdiff | raw | diff to current |
1999-04-28 |
Ben Laurie | Don't shadow. |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Dr. Stephen Henson | Add PKCS#12 documentation and new option in x509 to... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Ulf Möller | Remove NOPROTO definitions and error code comments. |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
blob | commitdiff | raw | diff to current |
next |