summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Commited new assembler files.Nikos Mavrogiannopoulos2011-11-1311-181/+145
* Don't export verify-high structs internally.Simon Josefsson2011-11-122-25/+84
* define likely() and unlikely() and use them to prevent debugging code from be...Nikos Mavrogiannopoulos2011-11-112-2/+17
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-119-47/+244
* Added documentation on revocation lists.Nikos Mavrogiannopoulos2011-11-111-2/+6
* Reduce pad.Nikos Mavrogiannopoulos2011-11-101-2/+2
* Revert "periodically print messages that might be used in timing attacks."Nikos Mavrogiannopoulos2011-11-102-14/+4
* Revert "dropped packets are also reported on gnutls_deinit() to ensure that t...Nikos Mavrogiannopoulos2011-11-101-4/+0
* provide less timing information during packet MAC verification.Nikos Mavrogiannopoulos2011-11-101-5/+3
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-108-53/+63
* Add verify-high.h, to export some structs (for OCSP).Simon Josefsson2011-11-101-0/+25
* Add explicit digest mapping functions (for OCSP).Simon Josefsson2011-11-102-0/+23
* Make verify-high structures internally accessible (for OCSP).Simon Josefsson2011-11-102-27/+4
* Indent.Simon Josefsson2011-11-101-4/+4
* Make more functions available internally (for OCSP).Simon Josefsson2011-11-103-7/+15
* Make asciiprint a globally available function.Simon Josefsson2011-11-103-25/+29
* dropped packets are also reported on gnutls_deinit() to ensure that they are ...Nikos Mavrogiannopoulos2011-11-101-0/+4
* periodically print messages that might be used in timing attacks.Nikos Mavrogiannopoulos2011-11-102-4/+14
* LGPLv3 license was moved to root.Nikos Mavrogiannopoulos2011-11-091-165/+0
* Remove redundant const keyword in (confuses gtk-doc parser).Simon Josefsson2011-11-091-1/+1
* Don't crash if gnutls_pubkey_deinit is given a NULL key.Simon Josefsson2011-11-091-1/+3
* Remove dead code and use more static.Simon Josefsson2011-11-092-39/+2
* Don't add p11-kit to CFLAGS/LIBS globally, just where it is needed.Simon Josefsson2011-11-091-2/+3
* enable _gnutls_dump_mpi() when debugging.Nikos Mavrogiannopoulos2011-11-091-1/+2
* Revert "Remove dead code."Nikos Mavrogiannopoulos2011-11-092-1/+21
* No need to distribute the libgcrypt backend (which cannot even be compiled).Nikos Mavrogiannopoulos2011-11-098-1804/+0
* updated to include padlock.Nikos Mavrogiannopoulos2011-11-091-2/+2
* release allocated memory on a cipher or mac failure to initialize.Nikos Mavrogiannopoulos2011-11-092-1/+6
* Remove dead code.Simon Josefsson2011-11-092-21/+1
* Remove some redundant prototypes and use more static.Simon Josefsson2011-11-092-89/+74
* Simplify redundant code.Simon Josefsson2011-11-092-45/+26
* Simplify static library renaming hack.Simon Josefsson2011-11-092-8/+8
* Remove unneeded assert.h inclusion.Simon Josefsson2011-11-081-1/+0
* Fix compile warnings.Simon Josefsson2011-11-081-2/+1
* Corrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256. Reported by Fabric...Nikos Mavrogiannopoulos2011-11-081-1/+1
* bug fix in gnutls_session_get_data().Nikos Mavrogiannopoulos2011-11-081-0/+1
* gnutls_session_get_data: fix possible buffer overflowAlban Crequy2011-11-071-1/+1
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-0519-299/+233
* ECDHE ciphersuites take precendence to plain DHENikos Mavrogiannopoulos2011-11-051-2/+2
* re-removed fileNikos Mavrogiannopoulos2011-11-051-142/+0
* Report correct error on ECC key parsing error.Nikos Mavrogiannopoulos2011-11-051-0/+1
* converted more things to native gmp. This solves issue noticed in mips64 by J...Nikos Mavrogiannopoulos2011-11-056-24/+151
* corrected NULL cipher encryption. Reported by Fabrice Gautier.Nikos Mavrogiannopoulos2011-11-042-16/+27
* removed duplicate code.Nikos Mavrogiannopoulos2011-11-024-120/+84
* Fix typo.Simon Josefsson2011-11-021-3/+2
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-014-2/+135
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-012-8/+8
* do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2011-10-272-2/+7
* do not use NULL for device_fd in windows.Nikos Mavrogiannopoulos2011-10-271-2/+2
* no need to include windows.h here.Nikos Mavrogiannopoulos2011-10-271-3/+0