summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-152-0/+59
* certtool can now read and set the UID field to a DN.Nikos Mavrogiannopoulos2004-05-143-0/+43
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-131-9/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-132-0/+11
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-133-73/+5
* certtool can now add ip address SAN extension.Nikos Mavrogiannopoulos2004-05-125-7/+27
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-082-6/+6
* added xml exporting capabilities to certtool utility.Nikos Mavrogiannopoulos2004-04-294-56/+88
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-231-15/+23
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-191-29/+21
* Renamed gnutls-srpcrypt to srptoolNikos Mavrogiannopoulos2004-04-181-3/+3
* Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name().Nikos Mavrogiannopoulos2004-04-173-59/+34
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-159-101/+97