summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix last commit better.Simon Josefsson2005-01-181-10/+6
* Fix client cert callback, to make X.509 client authentication work.Simon Josefsson2005-01-181-0/+4
* Fix warning.Simon Josefsson2005-01-181-1/+1
* added a check in verbose mode to print the HTTPS server's name.Nikos Mavrogiannopoulos2005-01-153-0/+47
* *** empty log message ***Nikos Mavrogiannopoulos2005-01-151-2/+2
* print RSA and DSA parameters in both certificates and private keys.Nikos Mavrogiannopoulos2005-01-151-0/+92
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-151-2/+1
* Make private key optional in --to-p12, suggested by Fabian FagerholmSimon Josefsson2004-11-081-53/+69
* Fix.Simon Josefsson2004-10-301-5/+0
* Remove SERV_LIBS (not used).Simon Josefsson2004-10-291-5/+3
* Indent.Simon Josefsson2004-10-281-6/+6
* Indent.Simon Josefsson2004-10-288-152/+150
* some fixesNikos Mavrogiannopoulos2004-10-131-6/+6
* Don't use exit.h (not needed, EXIT_* is C89).Simon Josefsson2004-10-051-1/+0
* Fix objdir != srcdir in -I, reported by "Gerrit P. Haase"Simon Josefsson2004-09-171-2/+2
* (load_cert): Fix crash in `certtool --to-p12 --load-privkey foo'.Simon Josefsson2004-09-101-1/+1
* Fix. Reported by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>.Simon Josefsson2004-08-231-1/+0
* Remove stale -I.Simon Josefsson2004-08-221-1/+1
* (print_certificate_info): Don't crash on large X.509 extensionsSimon Josefsson2004-08-221-5/+12
* (smime_to_pkcs7): Make sure PKCS#7 output use LF EOL.Simon Josefsson2004-08-221-2/+4
* (smime_to_pkcs7): Handle LF EOF.Simon Josefsson2004-08-221-3/+3
* Fix --password.Simon Josefsson2004-08-221-2/+8
* Move things from EXTRA_DIST to *_SOURCES, to improve dependency tracking.Simon Josefsson2004-08-221-23/+35
* Fix mem leak.Simon Josefsson2004-08-171-1/+2
* Oops, revert DES, not supported.Simon Josefsson2004-08-161-3/+0
* Support AES-256 and DES in --ciphers too.Simon Josefsson2004-08-161-2/+9
* Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'.Simon Josefsson2004-08-156-63/+15
* Fix.Simon Josefsson2004-08-151-1/+1
* Use progname.Simon Josefsson2004-08-151-0/+2
* Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck').Simon Josefsson2004-08-151-1/+1
* Fix -I's, for srcdir != objdir builds (e.g., 'make distcheck').Simon Josefsson2004-08-151-1/+1
* Link gnulib.Simon Josefsson2004-08-141-2/+3
* Generated.Simon Josefsson2004-08-142-817/+756
* Add --smime-to-p7.Simon Josefsson2004-08-143-1/+53
* Remove retcodes.Simon Josefsson2004-08-052-111/+1
* Fix.Simon Josefsson2004-08-051-0/+1
* Fix.Simon Josefsson2004-08-051-0/+1
* (errcodes): Add, same as retcodes, but for texinfo.Simon Josefsson2004-08-052-1/+62
* *** empty log message ***Simon Josefsson2004-08-051-0/+1
* Ignore more.Simon Josefsson2004-08-025-0/+14
* print the number of bits of the public key in a certificate.Nikos Mavrogiannopoulos2004-07-311-3/+5
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-1/+1
* added some new certificates.Nikos Mavrogiannopoulos2004-06-287-362/+136
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-0716-9029/+9558
* several improvementsNikos Mavrogiannopoulos2004-06-0613-443/+676
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-063-5/+7
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-066-55/+153
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-1/+1
* ciphers are sorted according to a strength order.Nikos Mavrogiannopoulos2004-05-311-5/+6
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-273-7/+9