Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certtool now prints defaults. | Nikos Mavrogiannopoulos | 2007-10-31 | 2 | -17/+22 |
| | |||||
* | parameters -> group parameters | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 8 | -10/+10 |
| | |||||
* | quick-random option was removed since it is now the default. | Nikos Mavrogiannopoulos | 2007-10-27 | 4 | -63/+51 |
| | |||||
* | Several changes to openpgp code: | Nikos Mavrogiannopoulos | 2007-10-24 | 2 | -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 Mavrogiannopoulos | 2007-10-24 | 2 | -2/+2 |
| | | | | gnutls_set_default_priority(). | ||||
* | (no commit message) | Nikos Mavrogiannopoulos | 2007-10-24 | 2 | -0/+2 |
| | |||||
* | /dev/urandom is used now by default for key generation. The option ↵ | Nikos Mavrogiannopoulos | 2007-10-24 | 5 | -52/+68 |
| | | | | --disable-quick-random was introduced. | ||||
* | Introduced gnutls_session_enable_compatibility_mode() to allow enabling | Nikos Mavrogiannopoulos | 2007-10-24 | 3 | -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 Mavrogiannopoulos | 2007-10-22 | 4 | -255/+297 |
| | |||||
* | Renamed openpgp_cert to openpgp_crt to be consistent with x509. | Nikos Mavrogiannopoulos | 2007-10-19 | 1 | -11/+11 |
| | |||||
* | Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert, | Nikos Mavrogiannopoulos | 2007-10-19 | 1 | -11/+11 |
| | | | | leaving an API compatibility layer. | ||||
* | Generated. | Simon Josefsson | 2007-10-17 | 6 | -213/+109 |
| | |||||
* | Remove TLS-authz. | Simon Josefsson | 2007-10-17 | 4 | -228/+0 |
| | |||||
* | removed references to trustdb | Nikos Mavrogiannopoulos | 2007-10-13 | 8 | -240/+161 |
| | |||||
* | Added support for DSA2 (key sizes for more than 1024 bits on DSA) via ↵ | Nikos Mavrogiannopoulos | 2007-10-12 | 3 | -8/+3 |
| | | | | libgcrypt 1.3.0. | ||||
* | ** Added capability to set a callback after the client hello is received | Nikos Mavrogiannopoulos | 2007-10-08 | 1 | -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 the | Nikos Mavrogiannopoulos | 2007-10-07 | 9 | -475/+385 |
| | | | | documentation. | ||||
* | (no commit message) | Nikos Mavrogiannopoulos | 2007-10-06 | 2 | -61/+61 |
| | |||||
* | (no commit message) | Nikos Mavrogiannopoulos | 2007-10-06 | 1 | -3/+3 |
| | |||||
* | Added the --quick-random option to certtool to improve generation time of ↵ | Nikos Mavrogiannopoulos | 2007-10-06 | 4 | -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 Mavrogiannopoulos | 2007-10-06 | 1 | -5/+5 |
| | | | | output in outfile instead of stdout. | ||||
* | Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1. | Simon Josefsson | 2007-09-24 | 4 | -4/+42 |
| | | | | See http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2331 | ||||
* | Generated. | Simon Josefsson | 2007-09-20 | 2 | -5/+10 |
| | |||||
* | Set variables to NULL. Fix oprfi variable. | Simon Josefsson | 2007-09-20 | 1 | -5/+6 |
| | |||||
* | Set variables to NULL. | Simon Josefsson | 2007-09-20 | 1 | -3/+3 |
| | |||||
* | Fix infloop. | Simon Josefsson | 2007-09-20 | 1 | -4/+2 |
| | |||||
* | Fix crash. | Simon Josefsson | 2007-09-20 | 1 | -1/+2 |
| | |||||
* | Fix crash. | Simon Josefsson | 2007-09-20 | 1 | -2/+3 |
| | |||||
* | Support Opaque PRF Input in gnutls-cli and gnutls-serv. | Simon Josefsson | 2007-09-20 | 8 | -109/+200 |
| | |||||
* | Merge branch 'master' of git://repo.or.cz/gnutls | Nikos Mavrogiannopoulos | 2007-09-17 | 23 | -372/+2 |
|\ | |||||
| * | Move test credentials from src/ to doc/credentials/. | Simon Josefsson | 2007-09-17 | 23 | -372/+2 |
| | | |||||
* | | Merge branch 'master' of git://repo.or.cz/gnutls | Nikos Mavrogiannopoulos | 2007-09-17 | 7 | -37/+0 |
|\ \ | |/ | |||||
| * | Remove .cvsignore's. | Simon Josefsson | 2007-09-10 | 7 | -37/+0 |
| | | |||||
* | | Added the --disable-client-cert option, to prevent the server asking the ↵ | Nikos Mavrogiannopoulos | 2007-09-17 | 4 | -83/+108 |
|/ | | | | client for a certificate. | ||||
* | Handle GNUTLS_CRD_IA in print_info(). | Simon Josefsson | 2007-08-27 | 1 | -0/+3 |
| | |||||
* | No need for getline.h. | Simon Josefsson | 2007-08-23 | 1 | -1/+0 |
| | |||||
* | Use *_t types consistently. | Simon Josefsson | 2007-08-13 | 13 | -308/+308 |
| | |||||
* | On starttls EOF on stdin, clear EOF flag to make future reads work OK. | Simon Josefsson | 2007-07-14 | 1 | -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 Josefsson | 2007-06-20 | 1 | -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 Schulz | 2007-05-21 | 2 | -1/+37 |
| | | | | This is the same file as cli_ring.gpg but armored. | ||||
* | Use current time as default serial number. | Simon Josefsson | 2007-04-17 | 2 | -6/+12 |
| | |||||
* | Respect ENABLE_AUTHZ. | Simon Josefsson | 2007-04-10 | 2 | -2/+17 |
| | |||||
* | Make -d work again after last change. | Simon Josefsson | 2007-04-06 | 1 | -5/+3 |
| | |||||
* | Use gnutls_cipher_suite_info. | Simon Josefsson | 2007-04-04 | 6 | -9/+33 |
| | |||||
* | Don't hard code algorithm list. | Simon Josefsson | 2007-04-04 | 1 | -45/+83 |
| | |||||
* | Init the library immediately (for print_list(), called by gaa_parser, | Simon Josefsson | 2007-04-04 | 1 | -21/+20 |
| | | | | to be able to call gnutls functions). | ||||
* | $(LIBOPENCDK_LIBS) should be necessary here, since libgnutls-extra | Simon Josefsson | 2007-04-03 | 1 | -8/+5 |
| | | | | links to it. | ||||
* | Use size_t at appropriate places. Tiny patch by Deanna Phillips | Simon Josefsson | 2007-03-21 | 1 | -2/+2 |
| | | | | <deanna@sdf.lonestar.org>. | ||||
* | Use libgnutls' priorities. | Simon Josefsson | 2007-03-05 | 1 | -60/+24 |
| |