summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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
| | | | | | * gnutls_certificate_set_openpgp_* functions were modified to include format * KEYRING_HACK is defined to overcome a bug in opencdk which makes keyrings reentrant. Once fixed, the KEYRING_HACK code should be removed.
* Added gnutls_set_default_priority2() and deprecated ↵Nikos Mavrogiannopoulos2007-10-242-2/+2
| | | | gnutls_set_default_priority().
* (no commit message)Nikos Mavrogiannopoulos2007-10-242-0/+2
|
* /dev/urandom is used now by default for key generation. The option ↵Nikos Mavrogiannopoulos2007-10-245-52/+68
| | | | --disable-quick-random was introduced.
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-243-8/+10
| | | | | all supported compatibility options (like disabling padding). Some other bug fixes in tls-test.c.
* 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
| | | | leaving an API compatibility layer.
* 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 ↵Nikos Mavrogiannopoulos2007-10-123-8/+3
| | | | libgcrypt 1.3.0.
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+1
| | | | | | | | | | | | by the server in order to adjust parameters before the handshake. ** SRP was corrected to adhere (more) to the latest draft (published soon as RFC) ** Corrected bug which did not allow a server to run without supporting certificates. ** Updated the DN parser which now prints wrongly decoded values as hex strings.
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-079-475/+385
| | | | documentation.
* (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 ↵Nikos Mavrogiannopoulos2007-10-064-70/+96
| | | | | | private keys. They delay is quite annoying especially when generating test keys.
* Corrected output in DER format and corrected output for smime_to_pkcs7 to ↵Nikos Mavrogiannopoulos2007-10-061-5/+5
| | | | output in outfile instead of stdout.
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-244-4/+42
| | | | See http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2331
* 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 ↵Nikos Mavrogiannopoulos2007-09-174-83/+108
|/ | | | client for a certificate.
* 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
| | | | | Needed for Mac OS X. Report and tiny patch by Hal Eden <n.mavrogiannopoulos@gmail.com>.
* Don't crash if TLS handshake fails.Simon Josefsson2007-06-201-0/+1
| | | | | Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183.
* Add client keyring in base64 format.Timo Schulz2007-05-212-1/+37
| | | | This is the same file as cli_ring.gpg but armored.
* 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
| | | | to be able to call gnutls functions).
* $(LIBOPENCDK_LIBS) should be necessary here, since libgnutls-extraSimon Josefsson2007-04-031-8/+5
| | | | links to it.
* Use size_t at appropriate places. Tiny patch by Deanna PhillipsSimon Josefsson2007-03-211-2/+2
| | | | <deanna@sdf.lonestar.org>.
* Use libgnutls' priorities.Simon Josefsson2007-03-051-60/+24
|