Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prototype error(). | Simon Josefsson | 2005-08-30 | 1 | -0/+2 |
* | Add libgc.la for crypt.c. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Avoid gcrypt. | Simon Josefsson | 2005-08-30 | 1 | -7/+8 |
* | Fix typo. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Add -I for ../crypto. | Simon Josefsson | 2005-08-30 | 1 | -1/+1 |
* | Fix copyright. | Simon Josefsson | 2005-08-24 | 1 | -9/+8 |
* | Use gnutls_certificate_verify_peers2, suggested by Daniel Stenberg | Simon Josefsson | 2005-08-24 | 1 | -7/+8 |
* | Don't re-map socklen_t (done by configure now), suggested by Martin | Simon Josefsson | 2005-08-23 | 1 | -1/+0 |
* | (read_int): Use readline. Use strtol, and catch out of range inputs. | Simon Josefsson | 2005-08-15 | 1 | -7/+27 |
* | Possibly link with readline. | Simon Josefsson | 2005-08-15 | 1 | -1/+1 |
* | Don't call progname stuff. | Simon Josefsson | 2005-08-12 | 1 | -1/+0 |
* | Replace GPL progname.h with simple workaround. | Simon Josefsson | 2005-08-12 | 1 | -1/+1 |
* | print the correct issuer in verify_chain() | Nikos Mavrogiannopoulos | 2005-05-28 | 1 | -1/+1 |
* | eliminated some warnings. | Nikos Mavrogiannopoulos | 2005-05-27 | 1 | -1/+1 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 11 | -10/+29 |
* | Introduced to --fix-key option to certtool, which can be used to | Nikos Mavrogiannopoulos | 2005-05-21 | 4 | -72/+91 |
* | removed unneeded gnutls_x509_crt_init(). | Nikos Mavrogiannopoulos | 2005-05-18 | 1 | -2/+0 |
* | certtool can now fix the old RSA private keys. This is done by using the -k p... | Nikos Mavrogiannopoulos | 2005-04-27 | 1 | -0/+6 |
* | some cleanups in certtool | Nikos Mavrogiannopoulos | 2005-04-18 | 1 | -54/+9 |
* | print some more information for PKCS #12 structures. | Nikos Mavrogiannopoulos | 2005-04-11 | 1 | -122/+181 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-04-09 | 1 | -1/+1 |
* | more improvments to gnutls_x509_crt_list_import() | Nikos Mavrogiannopoulos | 2005-03-29 | 2 | -4/+21 |
* | improved gnutls_x509_crt_list_import(). | Nikos Mavrogiannopoulos | 2005-03-28 | 1 | -2/+2 |
* | certtool can now print certificate information in files containing multiple c... | Nikos Mavrogiannopoulos | 2005-03-28 | 1 | -24/+28 |
* | Added the function gnutls_x509_crt_list_import(). This is a convinience funct... | Nikos Mavrogiannopoulos | 2005-03-28 | 1 | -5/+8 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-03-06 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-03-05 | 1 | -0/+1 |
* | renamed all instances of _SHA to _SHA1 to make naming more consistent and clear. | Nikos Mavrogiannopoulos | 2005-03-05 | 5 | -9/+24 |
* | Added the option --get-dh-params to certtool, in order to get the included pr... | Nikos Mavrogiannopoulos | 2005-03-05 | 5 | -88/+125 |
* | added warning when MD5 is being used. | Nikos Mavrogiannopoulos | 2005-03-04 | 1 | -4/+8 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-02-06 | 1 | -0/+2 |
* | srptool has now the --version parameter. | Nikos Mavrogiannopoulos | 2005-01-26 | 3 | -468/+497 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-01-26 | 1 | -1/+1 |
* | print version in srptool | Nikos Mavrogiannopoulos | 2005-01-26 | 1 | -0/+14 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-01-26 | 1 | -4/+7 |
* | --disable-extra-pki works again. | Nikos Mavrogiannopoulos | 2005-01-26 | 1 | -0/+2 |
* | some cleanups. | Nikos Mavrogiannopoulos | 2005-01-21 | 1 | -3/+1 |
* | introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and | Nikos Mavrogiannopoulos | 2005-01-21 | 4 | -66/+107 |
* | increased a buffer. | Nikos Mavrogiannopoulos | 2005-01-19 | 1 | -1/+1 |
* | Fix last commit better. | Simon Josefsson | 2005-01-18 | 1 | -10/+6 |
* | Fix client cert callback, to make X.509 client authentication work. | Simon Josefsson | 2005-01-18 | 1 | -0/+4 |
* | Fix warning. | Simon Josefsson | 2005-01-18 | 1 | -1/+1 |
* | added a check in verbose mode to print the HTTPS server's name. | Nikos Mavrogiannopoulos | 2005-01-15 | 3 | -0/+47 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-01-15 | 1 | -2/+2 |
* | print RSA and DSA parameters in both certificates and private keys. | Nikos Mavrogiannopoulos | 2005-01-15 | 1 | -0/+92 |
* | Corrected bugs found by Marcin Garski <mgarski@post.pl> | Nikos Mavrogiannopoulos | 2004-12-15 | 1 | -2/+1 |
* | Make private key optional in --to-p12, suggested by Fabian Fagerholm | Simon Josefsson | 2004-11-08 | 1 | -53/+69 |
* | Fix. | Simon Josefsson | 2004-10-30 | 1 | -5/+0 |
* | Remove SERV_LIBS (not used). | Simon Josefsson | 2004-10-29 | 1 | -5/+3 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -6/+6 |