summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use gnulib's base64 codeNikos Mavrogiannopoulos2012-01-311-175/+45
* use gnulib's base64 encoding/decoding codeNikos Mavrogiannopoulos2012-01-301-134/+32
* align crc32 tableNikos Mavrogiannopoulos2012-01-301-59/+32
* __MINGW32__ -> _WIN32Nikos Mavrogiannopoulos2012-01-301-1/+1
* removed dummy functionNikos Mavrogiannopoulos2012-01-302-12/+1
* corrected spacingNikos Mavrogiannopoulos2012-01-301-3/+3
* Correct export of openpgp packets that have no private keying material in it'...Nikos Mavrogiannopoulos2012-01-301-0/+3
* small fixesNikos Mavrogiannopoulos2012-01-295-15/+16
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-296-41/+13
* gnutls_ocsp_resp_verify_direct() will use the intermediate certificatesNikos Mavrogiannopoulos2012-01-291-75/+159
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-286-15/+43
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-288-7/+611
* added fixmeNikos Mavrogiannopoulos2012-01-271-0/+3
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-262-12/+11
* Revert template fix.Simon Josefsson2012-01-251-22/+0
* Cleanup copyright headers.Simon Josefsson2012-01-25107-150/+409
* Silence update-copyright.Simon Josefsson2012-01-251-0/+22
* corrected prototypes.Nikos Mavrogiannopoulos2012-01-241-5/+5
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-247-15/+18
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-243-0/+116
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-243-0/+30
* Doc fixes.Simon Josefsson2012-01-243-27/+40
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-01-233-0/+32
* Updated SUITEB requirements according to rfc6460.Nikos Mavrogiannopoulos2012-01-221-5/+3
* Added SinceNikos Mavrogiannopoulos2012-01-222-0/+4
* corrected AKI test.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-216-183/+418
* Corrected bug in _gnutls_parse_aia()Nikos Mavrogiannopoulos2012-01-211-11/+14
* sign fixes.Nikos Mavrogiannopoulos2012-01-212-14/+14
* Documented updates.Nikos Mavrogiannopoulos2012-01-211-1/+0
* Added new security level "legacy" for 96-bit security.Nikos Mavrogiannopoulos2012-01-212-10/+12
* If peer doesn't send any issuers and we have a single certificate then send t...Nikos Mavrogiannopoulos2012-01-211-4/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-21137-747/+780
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-2114-30/+38
* Add/fix copyright headers.Simon Josefsson2012-01-209-10/+9
* Add OCSP functionality.Simon Josefsson2012-01-208-2/+3295
* Fix semantics of (unused) _gnutls_trustlist_inlist.Simon Josefsson2012-01-202-8/+9
* Fix mem leak.Simon Josefsson2012-01-201-0/+2
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-182-1/+8
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-183-0/+8
* GTK-DOC fixes.Simon Josefsson2012-01-162-2/+8
* Collapse and cleanup copyright information.Simon Josefsson2012-01-1612-23/+12
* Run 'make update-copyright'.Simon Josefsson2012-01-16257-344/+318
* improved docNikos Mavrogiannopoulos2012-01-141-2/+2
* Fix memory leak.Simon Josefsson2012-01-141-2/+2
* better indent gnutls_certificate_set_x509_simple_pkcs12_file to allow them be...Nikos Mavrogiannopoulos2012-01-141-4/+2
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-129-12/+120
* reordered ciphers to place on top the most used.Nikos Mavrogiannopoulos2012-01-121-4/+4
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-115-4/+30
* avoid allocating a privkey param for the public key.Nikos Mavrogiannopoulos2012-01-111-16/+10