summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+8
| | | | This enables using ssh-like authentication for TLS sessions.
* Combined ocsp apps to 1 using libcurl.Nikos Mavrogiannopoulos2012-01-271-0/+3
|
* documented updateNikos Mavrogiannopoulos2012-01-241-0/+3
|
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-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 Mavrogiannopoulos2012-01-241-0/+1
|
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-01-231-1/+5
|
* Updated SUITEB requirements according to rfc6460.Nikos Mavrogiannopoulos2012-01-221-0/+3
|
* corrected typoNikos Mavrogiannopoulos2012-01-211-2/+2
|
* Added functions to parse authority key identifiers when stored as a 'general ↵Nikos Mavrogiannopoulos2012-01-211-1/+5
| | | | name' and serial combo.
* Documented updates.Nikos Mavrogiannopoulos2012-01-211-0/+13
|
* Version 3.0.12.Simon Josefsson2012-01-201-1/+1
|
* Add OCSP functionality.Simon Josefsson2012-01-201-0/+50
|
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-181-0/+3
| | | | | This allows to warn when an incomplete set of priorities is specified. Reported by Yaroslav Stavnichiy.
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-0/+1
|
* updatedNikos Mavrogiannopoulos2012-01-111-0/+4
|
* Eliminated memory leak in ecc_projective_check_point().Nikos Mavrogiannopoulos2012-01-101-2/+2
|
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-091-1/+4
|
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-081-1/+1
|
* --outder option works for public keys.Nikos Mavrogiannopoulos2012-01-081-1/+1
|
* certtool --outder option now works for private keys as well.Nikos Mavrogiannopoulos2012-01-081-0/+3
|
* updated newsNikos Mavrogiannopoulos2012-01-071-0/+9
|
* updated changelog and news for releasegnutls_3_0_11Nikos Mavrogiannopoulos2012-01-061-1/+1
|
* bumped versionNikos Mavrogiannopoulos2012-01-061-0/+3
|
* provide less timing information when decoding packets. Patch by Nadhem Alfardan.Nikos Mavrogiannopoulos2012-01-061-0/+9
|
* bumped versionNikos Mavrogiannopoulos2012-01-041-1/+1
|
* gnutls-cli can now read input from win32.Nikos Mavrogiannopoulos2011-12-301-0/+2
|
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-301-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 Mavrogiannopoulos2011-12-291-0/+3
|
* Added function gnutls_random_art() to convert fingerprints to images ↵Nikos Mavrogiannopoulos2011-12-281-1/+4
| | | | (currently ascii-art).
* Set don't fragment bit in Linux as well as in BSD variants.Nikos Mavrogiannopoulos2011-12-281-0/+3
|
* Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384 and ↵Nikos Mavrogiannopoulos2011-12-191-0/+3
| | | | GNUTLS_DHE_PSK_WITH_AES_256_GCM_SHA384.
* Corrected ciphersuite GNUTLS_ECDHE_PSK_AES_256_CBC_SHA384Nikos Mavrogiannopoulos2011-12-191-0/+8
|
* bumped versionNikos Mavrogiannopoulos2011-12-131-1/+1
|
* Added new priority string %SERVER_PRECEDENCE.Nikos Mavrogiannopoulos2011-12-131-0/+4
|
* Added the --dh-info parameter to certtool.Nikos Mavrogiannopoulos2011-12-131-3/+6
|
* gnutls_priority_get_cipher_suite was renamed to ↵Nikos Mavrogiannopoulos2011-12-121-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 Mavrogiannopoulos2011-12-121-0/+3
| | | | | By using the recommended key size the calculations for the server side are reduced, giving a 50% increase in DH calculations.
* updatedNikos Mavrogiannopoulos2011-12-111-0/+3
|
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-111-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 updatesNikos Mavrogiannopoulos2011-12-101-0/+2
|
* documented fixNikos Mavrogiannopoulos2011-12-091-0/+3
|
* Added a more robust manpage generation method.Nikos Mavrogiannopoulos2011-11-201-0/+9
|
* released 3.0.8gnutls_3_0_8Nikos Mavrogiannopoulos2011-11-121-1/+1
|
* bumped library version and documented updates.Nikos Mavrogiannopoulos2011-11-111-0/+6
|
* document updatesNikos Mavrogiannopoulos2011-11-101-0/+3
|
* updatedNikos Mavrogiannopoulos2011-11-101-0/+5
|
* doc: man pages for API functions were removed.Simon Josefsson2011-11-081-0/+7
|
* released 3.0.7gnutls_3_0_7Nikos Mavrogiannopoulos2011-11-081-0/+13
|
* bumped versiongnutls_3_0_6Nikos Mavrogiannopoulos2011-11-071-1/+4
|