summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added missing fileNikos Mavrogiannopoulos2012-01-041-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-0219-56/+57
* CDK_EOF error code now returns GNUTLS_E_PARSING_ERRORNikos Mavrogiannopoulos2011-12-311-0/+2
* removed cdk_armor_filter_use()Nikos Mavrogiannopoulos2011-12-312-31/+0
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-315-76/+28
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-317-627/+11
* _gnutls_is_secure_memory is no more.Nikos Mavrogiannopoulos2011-12-302-14/+0
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-302-11/+7
* corrected bug in DSA private key parsing.Nikos Mavrogiannopoulos2011-12-291-1/+0
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-295-10/+31
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-282-2/+2
* Print the randomart on the key ID and not the fingerprint.Nikos Mavrogiannopoulos2011-12-282-22/+22
* Updated GNUTLS_E_NO_CERTIFICATE_FOUND description.Nikos Mavrogiannopoulos2011-12-281-1/+1
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-285-9/+9
* gnutls_atfork was no longer in use.Nikos Mavrogiannopoulos2011-12-284-27/+2
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-289-4/+280
* minor doc and comment fixesPatrick Pelletier2011-12-2812-23/+23
* pkcs11.h and abstract.h use extern C idiom for C++.Nikos Mavrogiannopoulos2011-12-282-0/+18
* Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384 and GNUTLS_DHE_PSK_WIT...Nikos Mavrogiannopoulos2011-12-191-1/+10
* Corrected ciphersuite GNUTLS_ECDHE_PSK_AES_256_CBC_SHA384Nikos Mavrogiannopoulos2011-12-191-1/+1
* better comments.Nikos Mavrogiannopoulos2011-12-171-4/+10
* gnutls_protocol_get_version() and _gnutls_set_current_version() are now inlin...Nikos Mavrogiannopoulos2011-12-173-24/+30
* documented _gnutls_supported_ciphersuites()Nikos Mavrogiannopoulos2011-12-171-0/+12
* renamed the _SHA ciphersuites to _SHA1.Nikos Mavrogiannopoulos2011-12-171-30/+30
* correctly set the odd bits.Nikos Mavrogiannopoulos2011-12-161-2/+2
* server precedence also used in compression methods.Nikos Mavrogiannopoulos2011-12-131-11/+34
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-1313-219/+193
* Added new priority string %SERVER_PRECEDENCE.Nikos Mavrogiannopoulos2011-12-133-14/+48
* Removed 128-bit ciphers from secure192, but added SHA256 (or no ciphersuites ...Nikos Mavrogiannopoulos2011-12-131-4/+4
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-123-32/+21
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-1211-31/+59
* small cleanups.Nikos Mavrogiannopoulos2011-12-121-13/+14
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-1220-65/+73
* If a ticket is sent to client then don't store the session information in the...Nikos Mavrogiannopoulos2011-12-113-3/+6
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-113-2/+60
* removed unused variables.Nikos Mavrogiannopoulos2011-12-111-2/+1
* Added 192-bit curve in normal priorities.Nikos Mavrogiannopoulos2011-12-101-0/+1
* Optimized ciphersuite sorting.Nikos Mavrogiannopoulos2011-12-103-211/+53
* Added SECP192R1 curve.Nikos Mavrogiannopoulos2011-12-092-0/+15
* The timing resistant ecc_mulmod() is only used when signing using the ECDSA p...Nikos Mavrogiannopoulos2011-12-096-141/+339
* corrected have_cpuid for x86-64.Nikos Mavrogiannopoulos2011-12-081-1/+1
* Exported gnutls_cpuid() and gnutls_have_cpuid().Nikos Mavrogiannopoulos2011-12-088-24/+32
* removed superfluous check.Nikos Mavrogiannopoulos2011-11-291-1/+1
* dropped unneeded function.Nikos Mavrogiannopoulos2011-11-243-20/+1
* Separated API reference to header files in the texi manual.Nikos Mavrogiannopoulos2011-11-223-17/+17
* Added a more robust manpage generation method.Nikos Mavrogiannopoulos2011-11-202-3/+3
* updated client certificate signature algorithm indication, to allow holding 3...Nikos Mavrogiannopoulos2011-11-181-11/+11
* count all discarded packets as dropped.Nikos Mavrogiannopoulos2011-11-171-0/+1
* Add dependencies from the def files to the libraries that generate themMartin Storsjo2011-11-161-0/+1
* Commited new assembler files.Nikos Mavrogiannopoulos2011-11-1311-181/+145