summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* debug_log -> record_logNikos Mavrogiannopoulos2013-10-311-1/+1
* Duplicate messages moved from audit log to debug log. There are networks wher...Nikos Mavrogiannopoulos2013-10-301-1/+1
* simplified codeNikos Mavrogiannopoulos2013-10-301-4/+1
* doc updateNikos Mavrogiannopoulos2013-10-291-1/+1
* corrected typoNikos Mavrogiannopoulos2013-10-291-1/+1
* Added additional ISO OIDs for RSA-MD5 and DSA-SHA1.Nikos Mavrogiannopoulos2013-10-261-0/+4
* Added ISO OID for RSA-SHA1 signatures.Nikos Mavrogiannopoulos2013-10-253-1/+4
* get random data from pkcs#11 tokensWolfgang Meyer zu Bergsten2013-10-255-0/+83
* Added new fallback OID for RSA certificates.Nikos Mavrogiannopoulos2013-10-251-2/+3
* Corrected number in GNUTLS_PSK_CAMELLIA_128_GCM_SHA256.Nikos Mavrogiannopoulos2013-10-251-1/+1
* Corrected the naming of several PSK ciphersuitesNikos Mavrogiannopoulos2013-10-251-24/+24
* Ciphersuites with ARCFOUR in name were renamed to ARCFOUR_128Nikos Mavrogiannopoulos2013-10-251-14/+14
* Fixed ciphersuites GNUTLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384 and GNUTLS_ECDH...Nikos Mavrogiannopoulos2013-10-251-2/+2
* Increased minimum acceptable DH key to 767 bits.Nikos Mavrogiannopoulos2013-10-251-1/+1
* Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384Nikos Mavrogiannopoulos2013-10-251-2/+6
* Restrict ciphersuites that use SHA2 or better to TLS1.0 or later.Nikos Mavrogiannopoulos2013-10-231-14/+14
* Added camellia-gcm into the default priority levels, and prioritized GCM over...Nikos Mavrogiannopoulos2013-10-231-5/+12
* Added description for umacNikos Mavrogiannopoulos2013-10-231-0/+2
* Added underscore to camellia gcm context.Nikos Mavrogiannopoulos2013-10-223-15/+15
* rearrangementNikos Mavrogiannopoulos2013-10-221-4/+4
* Removed the _WITH_ from ciphersuites names.Nikos Mavrogiannopoulos2013-10-221-62/+62
* Added Camellia with GCMNikos Mavrogiannopoulos2013-10-227-13/+269
* Added the PSK HMAC-based Camellia ciphersuites from RFC6367.Nikos Mavrogiannopoulos2013-10-211-1/+41
* Added HMAC-based Camellia ciphersuites from RFC6367.Nikos Mavrogiannopoulos2013-10-211-0/+23
* Added Camellia ciphersuites from RFC5932.Nikos Mavrogiannopoulos2013-10-211-0/+51
* Added more ciphersuites from RFC5487.Nikos Mavrogiannopoulos2013-10-211-0/+53
* Added new ciphersuites from RFC5288.Nikos Mavrogiannopoulos2013-10-211-0/+24
* Normalize capitalization from "Public Key Id" to "Public Key ID"Daniel Kahn Gillmor2013-10-211-2/+2
* Added gnutls_certificate_get_crt_raw() to return the raw certificate as prese...Nikos Mavrogiannopoulos2013-10-192-0/+39
* include config.h in tpm.cNikos Mavrogiannopoulos2013-10-021-0/+1
* define subgroup bits for the weak and export parameters, to allow DH group ge...Nikos Mavrogiannopoulos2013-09-301-2/+2
* removed limitation as this has been resolvedNikos Mavrogiannopoulos2013-09-171-2/+0
* doc updateNikos Mavrogiannopoulos2013-09-171-2/+6
* doc updateNikos Mavrogiannopoulos2013-09-171-0/+6
* Fixed a typo in the documentationTobias Polzer2013-09-101-2/+2
* updates in record packet encoding.Nikos Mavrogiannopoulos2013-09-051-8/+19
* added commentsNikos Mavrogiannopoulos2013-09-041-1/+1
* corrected max_user_send_size() for DTLS.Nikos Mavrogiannopoulos2013-09-011-6/+9
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-017-27/+82
* explicitly initialize the log functionsNikos Mavrogiannopoulos2013-09-011-2/+2
* doc updateNikos Mavrogiannopoulos2013-08-311-0/+3
* simplified pad calculationNikos Mavrogiannopoulos2013-08-311-1/+4
* author updategnutls_3_2_4Nikos Mavrogiannopoulos2013-08-311-2/+2
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-313-93/+39
* added missing fileNikos Mavrogiannopoulos2013-08-301-1/+1
* indented codeNikos Mavrogiannopoulos2013-08-301-78/+79
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-306-197/+41
* ported patch for RSA-PSKFrank Morgner2013-08-3016-20/+724
* arcfour is restored in the top of the performance priority.Nikos Mavrogiannopoulos2013-08-301-1/+1
* Corrected gnutls_certificate_server_set_request().Nikos Mavrogiannopoulos2013-08-291-2/+3