summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* certtool now prints defaults.Nikos Mavrogiannopoulos2007-10-312-17/+22
* parameters -> group parametersNikos Mavrogiannopoulos2007-10-301-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-308-10/+10
* quick-random option was removed since it is now the default.Nikos Mavrogiannopoulos2007-10-274-63/+51
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-242-3/+3
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-242-2/+2
* (no commit message)Nikos Mavrogiannopoulos2007-10-242-0/+2
* /dev/urandom is used now by default for key generation. The option --disable-...Nikos Mavrogiannopoulos2007-10-245-52/+68
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-243-8/+10
* Added the --v1 option to certtool to allow generating version 1 certificates.Nikos Mavrogiannopoulos2007-10-224-255/+297
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-11/+11
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-11/+11
* Generated.Simon Josefsson2007-10-176-213/+109
* Remove TLS-authz.Simon Josefsson2007-10-174-228/+0
* removed references to trustdbNikos Mavrogiannopoulos2007-10-138-240/+161
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-123-8/+3
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+1
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-079-475/+385
* (no commit message)Nikos Mavrogiannopoulos2007-10-062-61/+61
* (no commit message)Nikos Mavrogiannopoulos2007-10-061-3/+3
* Added the --quick-random option to certtool to improve generation time of pri...Nikos Mavrogiannopoulos2007-10-064-70/+96
* Corrected output in DER format and corrected output for smime_to_pkcs7 to out...Nikos Mavrogiannopoulos2007-10-061-5/+5
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-244-4/+42
* Generated.Simon Josefsson2007-09-202-5/+10
* Set variables to NULL. Fix oprfi variable.Simon Josefsson2007-09-201-5/+6
* Set variables to NULL.Simon Josefsson2007-09-201-3/+3
* Fix infloop.Simon Josefsson2007-09-201-4/+2
* Fix crash.Simon Josefsson2007-09-201-1/+2
* Fix crash.Simon Josefsson2007-09-201-2/+3
* Support Opaque PRF Input in gnutls-cli and gnutls-serv.Simon Josefsson2007-09-208-109/+200
* Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-1723-372/+2
|\
| * Move test credentials from src/ to doc/credentials/.Simon Josefsson2007-09-1723-372/+2
* | Merge branch 'master' of git://repo.or.cz/gnutlsNikos Mavrogiannopoulos2007-09-177-37/+0
|\ \ | |/
| * Remove .cvsignore's.Simon Josefsson2007-09-107-37/+0
* | Added the --disable-client-cert option, to prevent the server asking the clie...Nikos Mavrogiannopoulos2007-09-174-83/+108
|/
* Handle GNUTLS_CRD_IA in print_info().Simon Josefsson2007-08-271-0/+3
* No need for getline.h.Simon Josefsson2007-08-231-1/+0
* Use *_t types consistently.Simon Josefsson2007-08-1313-308/+308
* On starttls EOF on stdin, clear EOF flag to make future reads work OK.Simon Josefsson2007-07-141-0/+1
* Don't crash if TLS handshake fails.Simon Josefsson2007-06-201-0/+1
* Add client keyring in base64 format.Timo Schulz2007-05-212-1/+37
* Use current time as default serial number.Simon Josefsson2007-04-172-6/+12
* Respect ENABLE_AUTHZ.Simon Josefsson2007-04-102-2/+17
* Make -d work again after last change.Simon Josefsson2007-04-061-5/+3
* Use gnutls_cipher_suite_info.Simon Josefsson2007-04-046-9/+33
* Don't hard code algorithm list.Simon Josefsson2007-04-041-45/+83
* Init the library immediately (for print_list(), called by gaa_parser,Simon Josefsson2007-04-041-21/+20
* $(LIBOPENCDK_LIBS) should be necessary here, since libgnutls-extraSimon Josefsson2007-04-031-8/+5
* Use size_t at appropriate places. Tiny patch by Deanna PhillipsSimon Josefsson2007-03-211-2/+2
* Use libgnutls' priorities.Simon Josefsson2007-03-051-60/+24