Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminated inline assembly. | Nikos Mavrogiannopoulos | 2011-09-17 | 7 | -55/+108 |
| | |||||
* | Added gnutls_record_get_discarded() to return the number of discarded | Nikos Mavrogiannopoulos | 2011-09-17 | 5 | -0/+20 |
| | | | | record packets in a DTLS session. | ||||
* | Added better detection of capabilities in 386. If cpuid doesn't exist don't ↵ | Nikos Mavrogiannopoulos | 2011-09-16 | 3 | -16/+49 |
| | | | | try to execute it. | ||||
* | Functions for RSA-EXPORT were marked as deprecated. | Nikos Mavrogiannopoulos | 2011-09-13 | 2 | -38/+39 |
| | |||||
* | documentation update | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -4/+4 |
| | |||||
* | Do not prefer GCM in padlock because it is slow. | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -4/+0 |
| | |||||
* | clarified format of sequence number in gnutls_record_recv_seq. | Nikos Mavrogiannopoulos | 2011-09-13 | 2 | -5/+5 |
| | |||||
* | added license | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -0/+22 |
| | |||||
* | updated documentation. The function descriptions were converted to floats. | Nikos Mavrogiannopoulos | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | disable the 64-bit padlock until it is tested. | Nikos Mavrogiannopoulos | 2011-09-12 | 1 | -1/+4 |
| | |||||
* | corrected typo in cpuid for 386. | Nikos Mavrogiannopoulos | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Modified gdoc to be able to handle enumerations. Only valid to latex. | Nikos Mavrogiannopoulos | 2011-09-11 | 4 | -376/+381 |
| | |||||
* | Memory leak fixes in ECC ciphersuites and the trust_list. | Nikos Mavrogiannopoulos | 2011-09-09 | 4 | -298/+335 |
| | |||||
* | simplified ecb encryption. | Nikos Mavrogiannopoulos | 2011-09-09 | 3 | -16/+6 |
| | |||||
* | Fix possible infloop and build warning about uninitialied variable. | Simon Josefsson | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | Fix build errors. | Simon Josefsson | 2011-09-09 | 11 | -42/+32 |
| | |||||
* | converted quick data hashes to _gnutls_hash_fast and the hmac equivalent. | Nikos Mavrogiannopoulos | 2011-09-08 | 6 | -55/+21 |
| | |||||
* | Added padlock support to GCM ciphers. | Nikos Mavrogiannopoulos | 2011-09-08 | 5 | -67/+266 |
| | |||||
* | do not reset length | Nikos Mavrogiannopoulos | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Do not send an empty extension structure in server hello. This affects | Nikos Mavrogiannopoulos | 2011-09-08 | 1 | -0/+1 |
| | | | | | old implementations that do not support extensions. Reported by J. Cameijo Cerdeira. | ||||
* | Corrected documentation for gnutls_certificate_set_x509_trust. | Nikos Mavrogiannopoulos | 2011-09-07 | 1 | -1/+2 |
| | | | | Reported by Stephen Lynch. | ||||
* | Added gnustack flag | Nikos Mavrogiannopoulos | 2011-09-07 | 2 | -0/+10 |
| | |||||
* | Added encryption flag to simplify and optimize key expansion. | Nikos Mavrogiannopoulos | 2011-09-07 | 12 | -128/+118 |
| | |||||
* | Added support for VIA padlock based on Andy's code (untested). | Nikos Mavrogiannopoulos | 2011-09-07 | 8 | -11/+1809 |
| | |||||
* | corrected AES-NI code. | Nikos Mavrogiannopoulos | 2011-09-07 | 2 | -3/+4 |
| | |||||
* | simplified gnutls_certificate_set_x509_trust_file. It uses ↵ | Nikos Mavrogiannopoulos | 2011-09-06 | 1 | -8/+7 |
| | | | | gnutls_certificate_set_x509_trust_mem. | ||||
* | Modified fix of "Allow CA importing of 0 certificates to succeed". | Nikos Mavrogiannopoulos | 2011-09-06 | 2 | -6/+4 |
| | | | | | | gnutls_x509_crt_list_import() is still failing when no certificates are found and only gnutls_certificate_set_x509_trust_mem() returns zero when no certificates are found. | ||||
* | Added support to read elliptic curve public keys from PKCS #11 tokens ↵ | Nikos Mavrogiannopoulos | 2011-09-06 | 11 | -74/+328 |
| | | | | (untested). | ||||
* | Added gnutls_pkcs11_privkey_generate(). | Nikos Mavrogiannopoulos | 2011-09-06 | 6 | -4/+252 |
| | | | | p11tool can be used to generate keys in tokens. | ||||
* | libgnutls: Allow CA importing of 0 certificates to succeed. | Simon Josefsson | 2011-09-06 | 1 | -1/+3 |
| | | | | | Reported by Jonathan Nieder <jrnieder@gmail.com> in <http://bugs.debian.org/640639>. | ||||
* | documented extra alignment | Nikos Mavrogiannopoulos | 2011-09-04 | 1 | -0/+3 |
| | |||||
* | cleaned-up code | Nikos Mavrogiannopoulos | 2011-09-04 | 1 | -31/+22 |
| | |||||
* | updated for lowat | Nikos Mavrogiannopoulos | 2011-09-03 | 1 | -3/+3 |
| | |||||
* | set_lowat was removed as a macro. | Nikos Mavrogiannopoulos | 2011-09-02 | 1 | -3/+0 |
| | |||||
* | Added documentation on asynchronous operation. | Nikos Mavrogiannopoulos | 2011-09-01 | 1 | -8/+6 |
| | |||||
* | OpenPGP certificate type priority is not enabled by default. | Nikos Mavrogiannopoulos | 2011-08-31 | 1 | -3/+8 |
| | |||||
* | Added %NO_EXTENSIONS priority string. | Nikos Mavrogiannopoulos | 2011-08-31 | 3 | -17/+27 |
| | |||||
* | corrected sign type errors for integers. | Nikos Mavrogiannopoulos | 2011-08-30 | 9 | -30/+34 |
| | |||||
* | Corrected error checking in _gnutls_send_int(). | Nikos Mavrogiannopoulos | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Avoid assert() and do not include needless headers. | Nikos Mavrogiannopoulos | 2011-08-29 | 11 | -36/+20 |
| | |||||
* | Modified cpuid for 32-bit x86 to avoid a gcc issue (not finding a register). | Nikos Mavrogiannopoulos | 2011-08-29 | 1 | -1/+20 |
| | |||||
* | Corrected DH-ANON ciphersuite names. | Nikos Mavrogiannopoulos | 2011-08-28 | 1 | -17/+17 |
| | |||||
* | XmppAddr -> UTF8String | Nikos Mavrogiannopoulos | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | more updates in private key copy. | Nikos Mavrogiannopoulos | 2011-08-27 | 3 | -18/+13 |
| | |||||
* | removed unused variable. | Nikos Mavrogiannopoulos | 2011-08-27 | 1 | -1/+0 |
| | |||||
* | gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() ↵ | Nikos Mavrogiannopoulos | 2011-08-27 | 7 | -10/+110 |
| | | | | operate as in gnutls 2.10.x and do not require to hold the structures. | ||||
* | removed unused variables. | Nikos Mavrogiannopoulos | 2011-08-27 | 2 | -8/+0 |
| | |||||
* | Allow out-of-order change_cipher_spec in DTLS. | Nikos Mavrogiannopoulos | 2011-08-26 | 1 | -6/+5 |
| | |||||
* | documentation changes. | Nikos Mavrogiannopoulos | 2011-08-24 | 3 | -24/+23 |
| | |||||
* | unlock rnd mutex on error. | Nikos Mavrogiannopoulos | 2011-08-23 | 1 | -0/+2 |
| |