summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* eliminated inline assembly.Nikos Mavrogiannopoulos2011-09-177-55/+108
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-175-0/+20
* Added better detection of capabilities in 386. If cpuid doesn't exist don't t...Nikos Mavrogiannopoulos2011-09-163-16/+49
* Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-132-38/+39
* documentation updateNikos Mavrogiannopoulos2011-09-131-4/+4
* Do not prefer GCM in padlock because it is slow.Nikos Mavrogiannopoulos2011-09-131-4/+0
* clarified format of sequence number in gnutls_record_recv_seq.Nikos Mavrogiannopoulos2011-09-132-5/+5
* added licenseNikos Mavrogiannopoulos2011-09-131-0/+22
* updated documentation. The function descriptions were converted to floats.Nikos Mavrogiannopoulos2011-09-131-2/+2
* disable the 64-bit padlock until it is tested.Nikos Mavrogiannopoulos2011-09-121-1/+4
* corrected typo in cpuid for 386.Nikos Mavrogiannopoulos2011-09-121-1/+1
* Modified gdoc to be able to handle enumerations. Only valid to latex.Nikos Mavrogiannopoulos2011-09-114-376/+381
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-094-298/+335
* simplified ecb encryption.Nikos Mavrogiannopoulos2011-09-093-16/+6
* Fix possible infloop and build warning about uninitialied variable.Simon Josefsson2011-09-091-2/+2
* Fix build errors.Simon Josefsson2011-09-0911-42/+32
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-086-55/+21
* Added padlock support to GCM ciphers.Nikos Mavrogiannopoulos2011-09-085-67/+266
* do not reset lengthNikos Mavrogiannopoulos2011-09-081-1/+1
* Do not send an empty extension structure in server hello. This affectsNikos Mavrogiannopoulos2011-09-081-0/+1
* Corrected documentation for gnutls_certificate_set_x509_trust.Nikos Mavrogiannopoulos2011-09-071-1/+2
* Added gnustack flagNikos Mavrogiannopoulos2011-09-072-0/+10
* Added encryption flag to simplify and optimize key expansion.Nikos Mavrogiannopoulos2011-09-0712-128/+118
* Added support for VIA padlock based on Andy's code (untested).Nikos Mavrogiannopoulos2011-09-078-11/+1809
* corrected AES-NI code.Nikos Mavrogiannopoulos2011-09-072-3/+4
* simplified gnutls_certificate_set_x509_trust_file. It uses gnutls_certificate...Nikos Mavrogiannopoulos2011-09-061-8/+7
* Modified fix of "Allow CA importing of 0 certificates to succeed".Nikos Mavrogiannopoulos2011-09-062-6/+4
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-0611-74/+328
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-066-4/+252
* libgnutls: Allow CA importing of 0 certificates to succeed.Simon Josefsson2011-09-061-1/+3
* documented extra alignmentNikos Mavrogiannopoulos2011-09-041-0/+3
* cleaned-up codeNikos Mavrogiannopoulos2011-09-041-31/+22
* updated for lowatNikos Mavrogiannopoulos2011-09-031-3/+3
* set_lowat was removed as a macro.Nikos Mavrogiannopoulos2011-09-021-3/+0
* Added documentation on asynchronous operation.Nikos Mavrogiannopoulos2011-09-011-8/+6
* OpenPGP certificate type priority is not enabled by default.Nikos Mavrogiannopoulos2011-08-311-3/+8
* Added %NO_EXTENSIONS priority string.Nikos Mavrogiannopoulos2011-08-313-17/+27
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-309-30/+34
* Corrected error checking in _gnutls_send_int().Nikos Mavrogiannopoulos2011-08-301-1/+1
* Avoid assert() and do not include needless headers.Nikos Mavrogiannopoulos2011-08-2911-36/+20
* Modified cpuid for 32-bit x86 to avoid a gcc issue (not finding a register).Nikos Mavrogiannopoulos2011-08-291-1/+20
* Corrected DH-ANON ciphersuite names.Nikos Mavrogiannopoulos2011-08-281-17/+17
* XmppAddr -> UTF8StringNikos Mavrogiannopoulos2011-08-271-1/+1
* more updates in private key copy.Nikos Mavrogiannopoulos2011-08-273-18/+13
* removed unused variable.Nikos Mavrogiannopoulos2011-08-271-1/+0
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-277-10/+110
* removed unused variables.Nikos Mavrogiannopoulos2011-08-272-8/+0
* Allow out-of-order change_cipher_spec in DTLS.Nikos Mavrogiannopoulos2011-08-261-6/+5
* documentation changes.Nikos Mavrogiannopoulos2011-08-243-24/+23
* unlock rnd mutex on error.Nikos Mavrogiannopoulos2011-08-231-0/+2