summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added support for windows trusted certificate storeNikos Mavrogiannopoulos2012-05-264-115/+99
* Added the notion of a default CRL file.Nikos Mavrogiannopoulos2012-05-262-4/+33
* corrected doc.Nikos Mavrogiannopoulos2012-05-241-1/+2
* When checking for an issuer check for a match in the key identifiers.Nikos Mavrogiannopoulos2012-05-231-4/+36
* Be more conservative with examples and changed semantics of gnutls_certificat...Nikos Mavrogiannopoulos2012-05-221-2/+12
* documented function.Nikos Mavrogiannopoulos2012-05-221-0/+5
* updatedNikos Mavrogiannopoulos2012-05-221-1/+1
* updatesNikos Mavrogiannopoulos2012-05-223-14/+73
* align with 3.0.xNikos Mavrogiannopoulos2012-05-222-3/+3
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-2225-1117/+537
* Document the effect of lowering the DH bits.Nikos Mavrogiannopoulos2012-05-221-0/+4
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-098-3/+348
* introduce gnutls_certificate_set_x509_system_trustLudwig Nussel2012-05-093-0/+63
* Corrected win64 cpuid() code. Report and patch by Mann Ern Kang.Nikos Mavrogiannopoulos2012-04-251-1/+14
* corrected bug in scan_nz()Nikos Mavrogiannopoulos2012-04-251-1/+1
* documentation and comment fixesPatrick Pelletier2012-04-227-19/+19
* corrected typoNikos Mavrogiannopoulos2012-04-192-3/+3
* simplified checks.Nikos Mavrogiannopoulos2012-04-191-39/+11
* Return proper error code if parameter check fails.Nikos Mavrogiannopoulos2012-04-193-45/+47
* Added complete check in SRP parameters.Nikos Mavrogiannopoulos2012-04-191-2/+10
* Add gnutls::session::set_transport_vec_push().Alexandre Bique2012-04-182-0/+6
* Added better sanity checks in Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2012-04-181-6/+24
* Use openpgp if enabled.Nikos Mavrogiannopoulos2012-04-171-0/+4
* If a callback fails try the other.Nikos Mavrogiannopoulos2012-04-161-8/+11
* by default register a file callback in p11-kit to read a file from the pin-so...Nikos Mavrogiannopoulos2012-04-161-1/+4
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-134-19/+18
* optimized usage of gnutls_rnd()Nikos Mavrogiannopoulos2012-04-131-60/+61
* Update random state on all cases.Nikos Mavrogiannopoulos2012-04-131-15/+12
* Relax strict DSA/ECDSA checks to allow broader interoperability. Stronger has...Nikos Mavrogiannopoulos2012-04-112-3/+3
* Add sanity checks in Diffie-Hellman key exchange values.Nikos Mavrogiannopoulos2012-04-111-9/+28
* corrected DH generation check.Nikos Mavrogiannopoulos2012-04-091-1/+1
* gnutls_record_check_pending functionality was divided to gnutls_record_check_...Nikos Mavrogiannopoulos2012-04-093-3/+22
* doc updatesNikos Mavrogiannopoulos2012-04-091-2/+2
* refuse to generate small group sizes.Nikos Mavrogiannopoulos2012-04-081-1/+1
* corrected comparisonNikos Mavrogiannopoulos2012-04-051-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-0221-50/+44
* updated libtasn1Nikos Mavrogiannopoulos2012-04-011-66/+79
* removed function that didn't existNikos Mavrogiannopoulos2012-04-011-6/+0
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu...Nikos Mavrogiannopoulos2012-03-311-3/+5
* corrected typesNikos Mavrogiannopoulos2012-03-242-2/+2
* use correct type in snprintf.Nikos Mavrogiannopoulos2012-03-241-1/+1
* added prototypes for inline functions (some gcc versions couldn't compile wit...Nikos Mavrogiannopoulos2012-03-241-2/+4
* even more cleanupsNikos Mavrogiannopoulos2012-03-249-36/+36
* more cleanupsNikos Mavrogiannopoulos2012-03-246-36/+35
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-246-22/+22
* corrected probing of cryptodev digests.Nikos Mavrogiannopoulos2012-03-221-2/+2
* Do not assume sizeof(unsigned long)==sizeof(void*).Nikos Mavrogiannopoulos2012-03-221-1/+1
* Added doc-skip to skip certain functions from documentation.Nikos Mavrogiannopoulos2012-03-211-2/+2
* remove brackets.Nikos Mavrogiannopoulos2012-03-211-1/+1
* Cleaned up deprecated types and added a deprecation warning on them.Nikos Mavrogiannopoulos2012-03-211-51/+37