| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SERV_LIBS (not used). | Simon Josefsson | 2004-10-29 | 1 | -5/+3 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -6/+6 |
* | Indent. | Simon Josefsson | 2004-10-28 | 8 | -152/+150 |
* | some fixes | Nikos Mavrogiannopoulos | 2004-10-13 | 1 | -6/+6 |
* | Don't use exit.h (not needed, EXIT_* is C89). | Simon Josefsson | 2004-10-05 | 1 | -1/+0 |
* | Fix objdir != srcdir in -I, reported by "Gerrit P. Haase" | Simon Josefsson | 2004-09-17 | 1 | -2/+2 |
* | (load_cert): Fix crash in `certtool --to-p12 --load-privkey foo'. | Simon Josefsson | 2004-09-10 | 1 | -1/+1 |
* | Fix. Reported by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>. | Simon Josefsson | 2004-08-23 | 1 | -1/+0 |
* | Remove stale -I. | Simon Josefsson | 2004-08-22 | 1 | -1/+1 |
* | (print_certificate_info): Don't crash on large X.509 extensions | Simon Josefsson | 2004-08-22 | 1 | -5/+12 |
* | (smime_to_pkcs7): Make sure PKCS#7 output use LF EOL. | Simon Josefsson | 2004-08-22 | 1 | -2/+4 |
* | (smime_to_pkcs7): Handle LF EOF. | Simon Josefsson | 2004-08-22 | 1 | -3/+3 |
* | Fix --password. | Simon Josefsson | 2004-08-22 | 1 | -2/+8 |
* | Move things from EXTRA_DIST to *_SOURCES, to improve dependency tracking. | Simon Josefsson | 2004-08-22 | 1 | -23/+35 |
* | Fix mem leak. | Simon Josefsson | 2004-08-17 | 1 | -1/+2 |
* | Oops, revert DES, not supported. | Simon Josefsson | 2004-08-16 | 1 | -3/+0 |
* | Support AES-256 and DES in --ciphers too. | Simon Josefsson | 2004-08-16 | 1 | -2/+9 |
* | Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'. | Simon Josefsson | 2004-08-15 | 6 | -63/+15 |
* | Fix. | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
* | Use progname. | Simon Josefsson | 2004-08-15 | 1 | -0/+2 |
* | Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck'). | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
* | Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck'). | Simon Josefsson | 2004-08-15 | 1 | -1/+1 |
* | Link gnulib. | Simon Josefsson | 2004-08-14 | 1 | -2/+3 |
* | Generated. | Simon Josefsson | 2004-08-14 | 2 | -817/+756 |
* | Add --smime-to-p7. | Simon Josefsson | 2004-08-14 | 3 | -1/+53 |
* | Remove retcodes. | Simon Josefsson | 2004-08-05 | 2 | -111/+1 |
* | Fix. | Simon Josefsson | 2004-08-05 | 1 | -0/+1 |
* | Fix. | Simon Josefsson | 2004-08-05 | 1 | -0/+1 |
* | (errcodes): Add, same as retcodes, but for texinfo. | Simon Josefsson | 2004-08-05 | 2 | -1/+62 |
* | *** empty log message *** | Simon Josefsson | 2004-08-05 | 1 | -0/+1 |
* | Ignore more. | Simon Josefsson | 2004-08-02 | 5 | -0/+14 |
* | print the number of bits of the public key in a certificate. | Nikos Mavrogiannopoulos | 2004-07-31 | 1 | -3/+5 |
* | The ephemeral DH and RSA parameters are no longer stored in the | Nikos Mavrogiannopoulos | 2004-06-29 | 1 | -1/+1 |
* | added some new certificates. | Nikos Mavrogiannopoulos | 2004-06-28 | 7 | -362/+136 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 16 | -9029/+9558 |
* | several improvements | Nikos Mavrogiannopoulos | 2004-06-06 | 13 | -443/+676 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-06-06 | 3 | -5/+7 |
* | updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i... | Nikos Mavrogiannopoulos | 2004-06-06 | 6 | -55/+153 |
* | Added news functions to allow access to the ephemeral | Nikos Mavrogiannopoulos | 2004-06-04 | 1 | -1/+1 |
* | ciphers are sorted according to a strength order. | Nikos Mavrogiannopoulos | 2004-05-31 | 1 | -5/+6 |
* | some libtasn1 related compilation fixes | Nikos Mavrogiannopoulos | 2004-05-27 | 3 | -7/+9 |
* | certtool has now support for more X.520 DN attribute types. | Nikos Mavrogiannopoulos | 2004-05-15 | 2 | -0/+59 |
* | certtool can now read and set the UID field to a DN. | Nikos Mavrogiannopoulos | 2004-05-14 | 3 | -0/+43 |
* | removed gnutls_const_datum type. | Nikos Mavrogiannopoulos | 2004-05-13 | 1 | -9/+3 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-13 | 2 | -0/+11 |
* | some fixes in the compilation system. | Nikos Mavrogiannopoulos | 2004-05-13 | 3 | -73/+5 |
* | certtool can now add ip address SAN extension. | Nikos Mavrogiannopoulos | 2004-05-12 | 5 | -7/+27 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-05-08 | 2 | -6/+6 |
* | added xml exporting capabilities to certtool utility. | Nikos Mavrogiannopoulos | 2004-04-29 | 4 | -56/+88 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-04-23 | 1 | -15/+23 |