Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey(). | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -0/+8 |
| | | | | This enables using ssh-like authentication for TLS sessions. | ||||
* | Combined ocsp apps to 1 using libcurl. | Nikos Mavrogiannopoulos | 2012-01-27 | 1 | -0/+3 |
| | |||||
* | documented update | Nikos Mavrogiannopoulos | 2012-01-24 | 1 | -0/+3 |
| | |||||
* | Added functions to allow quering a priority structure. | Nikos Mavrogiannopoulos | 2012-01-24 | 1 | -0/+6 |
| | | | | | | | | | | That is to allow more information being extracted than only the ciphersuites. gnutls_priority_certificate_type_list: Added gnutls_priority_sign_list: Added gnutls_priority_protocol_list: Added gnutls_priority_compression_list: Added gnutls_priority_ecc_curve_list: Added | ||||
* | Allow quering available elliptic curves by adding gnutls_ecc_curve_list(). | Nikos Mavrogiannopoulos | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | Added gnutls_pkcs11_reinit(). | Nikos Mavrogiannopoulos | 2012-01-23 | 1 | -1/+5 |
| | |||||
* | Updated SUITEB requirements according to rfc6460. | Nikos Mavrogiannopoulos | 2012-01-22 | 1 | -0/+3 |
| | |||||
* | corrected typo | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | Added functions to parse authority key identifiers when stored as a 'general ↵ | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -1/+5 |
| | | | | name' and serial combo. | ||||
* | Documented updates. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -0/+13 |
| | |||||
* | Version 3.0.12. | Simon Josefsson | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Add OCSP functionality. | Simon Josefsson | 2012-01-20 | 1 | -0/+50 |
| | |||||
* | GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_* | Nikos Mavrogiannopoulos | 2012-01-18 | 1 | -0/+3 |
| | | | | | This allows to warn when an incomplete set of priorities is specified. Reported by Yaroslav Stavnichiy. | ||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | Added gnutls_session_resumption_requested(). | Nikos Mavrogiannopoulos | 2012-01-11 | 1 | -0/+1 |
| | |||||
* | updated | Nikos Mavrogiannopoulos | 2012-01-11 | 1 | -0/+4 |
| | |||||
* | Eliminated memory leak in ecc_projective_check_point(). | Nikos Mavrogiannopoulos | 2012-01-10 | 1 | -2/+2 |
| | |||||
* | Added gnutls_x509_dn_oid_name(). | Nikos Mavrogiannopoulos | 2012-01-09 | 1 | -1/+4 |
| | |||||
* | Added gnutls_pubkey_encrypt_data(). | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | --outder option works for public keys. | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | certtool --outder option now works for private keys as well. | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -0/+3 |
| | |||||
* | updated news | Nikos Mavrogiannopoulos | 2012-01-07 | 1 | -0/+9 |
| | |||||
* | updated changelog and news for releasegnutls_3_0_11 | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | bumped version | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -0/+3 |
| | |||||
* | provide less timing information when decoding packets. Patch by Nadhem Alfardan. | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -0/+9 |
| | |||||
* | bumped version | Nikos Mavrogiannopoulos | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | gnutls-cli can now read input from win32. | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -0/+2 |
| | |||||
* | Avoid using base64 armor auto-detection which causes decoding errors in win32. | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -0/+5 |
| | | | | | For some reason reading from the stream modifies the stream and this work-around avoids that issue. | ||||
* | corrected bug in DSA private key parsing. | Nikos Mavrogiannopoulos | 2011-12-29 | 1 | -0/+3 |
| | |||||
* | Added function gnutls_random_art() to convert fingerprints to images ↵ | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -1/+4 |
| | | | | (currently ascii-art). | ||||
* | Set don't fragment bit in Linux as well as in BSD variants. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -0/+3 |
| | |||||
* | Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384 and ↵ | Nikos Mavrogiannopoulos | 2011-12-19 | 1 | -0/+3 |
| | | | | GNUTLS_DHE_PSK_WITH_AES_256_GCM_SHA384. | ||||
* | Corrected ciphersuite GNUTLS_ECDHE_PSK_AES_256_CBC_SHA384 | Nikos Mavrogiannopoulos | 2011-12-19 | 1 | -0/+8 |
| | |||||
* | bumped version | Nikos Mavrogiannopoulos | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Added new priority string %SERVER_PRECEDENCE. | Nikos Mavrogiannopoulos | 2011-12-13 | 1 | -0/+4 |
| | |||||
* | Added the --dh-info parameter to certtool. | Nikos Mavrogiannopoulos | 2011-12-13 | 1 | -3/+6 |
| | |||||
* | gnutls_priority_get_cipher_suite was renamed to ↵ | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -2/+3 |
| | | | | | | | gnutls_priority_get_cipher_suite_index. This makes a more consistent API at the cost of requiring gnutls_get_cipher_suite_info(). An advantage however is that more information can now be accessed. | ||||
* | Diffie Hellman PKCS #3 parameters now contain the recommended private key size. | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -0/+3 |
| | | | | | By using the recommended key size the calculations for the server side are reduced, giving a 50% increase in DH calculations. | ||||
* | updated | Nikos Mavrogiannopoulos | 2011-12-11 | 1 | -0/+3 |
| | |||||
* | Added gnutls_priority_get_cipher_suite(). | Nikos Mavrogiannopoulos | 2011-12-11 | 1 | -1/+8 |
| | | | | | | | This allows listing the ciphersuites enabled in a priority structure. The certtool -l option was overloaded so if combined with --priority it will only list the ciphersuites that are enabled by the given priority string. | ||||
* | documented updates | Nikos Mavrogiannopoulos | 2011-12-10 | 1 | -0/+2 |
| | |||||
* | documented fix | Nikos Mavrogiannopoulos | 2011-12-09 | 1 | -0/+3 |
| | |||||
* | Added a more robust manpage generation method. | Nikos Mavrogiannopoulos | 2011-11-20 | 1 | -0/+9 |
| | |||||
* | released 3.0.8gnutls_3_0_8 | Nikos Mavrogiannopoulos | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | bumped library version and documented updates. | Nikos Mavrogiannopoulos | 2011-11-11 | 1 | -0/+6 |
| | |||||
* | document updates | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -0/+3 |
| | |||||
* | updated | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -0/+5 |
| | |||||
* | doc: man pages for API functions were removed. | Simon Josefsson | 2011-11-08 | 1 | -0/+7 |
| | |||||
* | released 3.0.7gnutls_3_0_7 | Nikos Mavrogiannopoulos | 2011-11-08 | 1 | -0/+13 |
| | |||||
* | bumped versiongnutls_3_0_6 | Nikos Mavrogiannopoulos | 2011-11-07 | 1 | -1/+4 |
| |