Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change PSK key derivation algorithm. | Simon Josefsson | 2008-04-25 | 1 | -2/+2 |
| | |||||
* | Fix bugs. | Simon Josefsson | 2008-04-08 | 1 | -5/+9 |
| | |||||
* | Starting pointer for NETCONF-PSK support. | Simon Josefsson | 2008-04-08 | 1 | -0/+60 |
| | |||||
* | Starting pointer for NETCONF-PSK support. | Simon Josefsson | 2008-04-08 | 1 | -1/+2 |
| | |||||
* | Force success. | Simon Josefsson | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | Added, lost part of Joe's original gnutls_x509_dn_export patch. | Simon Josefsson | 2008-02-25 | 1 | -0/+122 |
| | |||||
* | Added gnutls_x509_dn_export(). Patch by Joe Orton. | Nikos | 2008-02-24 | 1 | -1/+1 |
| | |||||
* | Don't use credentials from files (causes problems with srcdir!=builddir). | Simon Josefsson | 2008-02-21 | 1 | -10/+129 |
| | |||||
* | some updates | Nikos | 2008-02-19 | 2 | -6/+6 |
| | |||||
* | added self test for openpgp connection | Nikos | 2008-02-19 | 2 | -1/+417 |
| | |||||
* | Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. Patch | Nikos | 2008-02-19 | 2 | -2/+576 |
| | | | | by Joe Orton. | ||||
* | pgp_keyid_t is now compatible with the 2.2 key id. | Nikos | 2008-02-18 | 1 | -6/+6 |
| | |||||
* | changes for the new api | Nikos | 2008-01-14 | 1 | -9/+9 |
| | |||||
* | Use GPLv3 for self-tests. | Simon Josefsson | 2007-12-09 | 45 | -55/+53 |
| | |||||
* | Support for Opaque PRF Input TLS extension. | Simon Josefsson | 2007-09-20 | 2 | -0/+413 |
| | |||||
* | Remove .cvsignore's. | Simon Josefsson | 2007-09-10 | 12 | -51/+0 |
| | |||||
* | Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>. | Simon Josefsson | 2007-08-15 | 1 | -3/+3 |
| | |||||
* | Use const and pointers to gnutls_datum_t in sign callback. | Simon Josefsson | 2007-08-12 | 1 | -2/+2 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2007-08-12 | 1 | -9/+9 |
| | |||||
* | External signing callback interface. | Simon Josefsson | 2007-08-10 | 2 | -1/+528 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * includes/gnutls/gnutls.h.in (gnutls_sign_func): New type. (gnutls_sign_callback_set): New function. * includes/gnutls/x509.h (gnutls_x509_privkey_sign_hash): New function. * lib/gnutls_x509.c (gnutls_certificate_set_x509_key_mem): Handle NULL key. Doc fix. * lib/gnutls_sig.c (_gnutls_tls_sign_hdata): Pass session to _gnutls_tls_sign. (_gnutls_tls_sign_params): Likewise. (_gnutls_tls_sign): Add new parameter 'session'. Call sign callback if appropriate. (gnutls_sign_callback_set): New function. * lib/gnutls_x509.c (read_key_mem): Support a NULL key. * lib/gnutls_int.h (internals_st): Add sign_func, sign_func_userdata. * lib/auth_dhe.c (gen_dhe_server_kx): Use length of certificate list to decide wheter to sign, not presence of private key. * lib/auth_cert.c (_gnutls_gen_cert_client_cert_vrfy): Likewise. * lib/auth_rsa_export.c (gen_rsa_export_server_kx): Likewise. * lib/auth_cert.c(_gnutls_get_selected_cert): Don't require that private key is present. * lib/auth_rsa_export.c (gen_rsa_export_server_kx): Don't check key size when key is not present, assume it is > 512 bits. * lib/x509/privkey.c (gnutls_x509_privkey_sign_hash): New function. * tests/Makefile.am: Add x509signself. | ||||
* | Build x509self. | Simon Josefsson | 2007-08-10 | 1 | -2/+3 |
| | |||||
* | New file. | Simon Josefsson | 2007-08-10 | 1 | -0/+494 |
| | |||||
* | Can't use /dev/null as template under mingw32, probably really a bug | Simon Josefsson | 2007-06-27 | 1 | -2/+4 |
| | | | | in cfg+. | ||||
* | Add self-test. | Simon Josefsson | 2007-05-27 | 2 | -1/+82 |
| | |||||
* | few more comments. | Timo Schulz | 2007-05-14 | 1 | -7/+8 |
| | |||||
* | Add simple openpgp test. | Timo Schulz | 2007-05-14 | 3 | -0/+272 |
| | |||||
* | Reorder to work around libtool bug. | Simon Josefsson | 2007-05-12 | 1 | -1/+1 |
| | |||||
* | Check return codes from init functions. | Simon Josefsson | 2007-04-18 | 1 | -2/+6 |
| | |||||
* | Need to init libgcrypt with secure memory hooks. | Simon Josefsson | 2007-04-16 | 1 | -0/+3 |
| | |||||
* | Need netinet/in.h. Tiny patch from Deanna Phillips | Simon Josefsson | 2007-03-21 | 1 | -0/+1 |
| | | | | <deanna@sdf.lonestar.org>. | ||||
* | Trim whitespace from 'wc' output. Tiny patch from Deanna Phillips | Simon Josefsson | 2007-03-21 | 1 | -10/+10 |
| | | | | <deanna@sdf.lonestar.org>. | ||||
* | Remove priority setting. | Simon Josefsson | 2007-03-05 | 1 | -15/+5 |
| | | | | Fix output. | ||||
* | *** empty log message *** | Simon Josefsson | 2007-02-22 | 1 | -0/+1 |
| | |||||
* | Other cert. | Simon Josefsson | 2007-02-22 | 1 | -20/+27 |
| | |||||
* | Add dn. | Simon Josefsson | 2007-02-22 | 1 | -1/+2 |
| | |||||
* | Add. | Simon Josefsson | 2007-02-22 | 1 | -0/+120 |
| | |||||
* | Tests ipAddress SAN's too. | Simon Josefsson | 2007-02-16 | 1 | -1/+90 |
| | |||||
* | Test wildcard stuff too. | Simon Josefsson | 2007-02-16 | 1 | -6/+276 |
| | |||||
* | Fix mem leak. | Simon Josefsson | 2007-02-16 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Simon Josefsson | 2007-02-16 | 1 | -0/+5 |
| | |||||
* | Add self test of rfc2818 server identity check. | Simon Josefsson | 2007-02-16 | 4 | -1/+167 |
| | |||||
* | Need config.h. | Simon Josefsson | 2007-02-13 | 1 | -1/+5 |
| | |||||
* | UPdate. | Simon Josefsson | 2007-02-13 | 2 | -6/+3 |
| | |||||
* | *** empty log message *** | Simon Josefsson | 2007-02-13 | 2 | -0/+3 |
| | |||||
* | Fix. | Simon Josefsson | 2007-02-13 | 1 | -1/+2 |
| | |||||
* | Add. | Simon Josefsson | 2007-02-13 | 1 | -0/+2302 |
| | |||||
* | Fix. | Simon Josefsson | 2007-02-13 | 1 | -0/+11 |
| | |||||
* | Unpack. | Simon Josefsson | 2007-02-13 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Simon Josefsson | 2007-02-13 | 1 | -0/+1 |
| | |||||
* | Add. | Simon Josefsson | 2007-02-13 | 1 | -0/+12 |
| |