summaryrefslogtreecommitdiff
path: root/lib/openpgp
Commit message (Expand)AuthorAgeFilesLines
* Fix some more typos.Andreas Metzler2016-02-011-5/+5
* openpgp: eliminate leaks in gnutls_openpgp_keyring_import()Nikos Mavrogiannopoulos2015-11-091-0/+8
* openpgp: use gnutls_hex_decode for keyid decodingNikos Mavrogiannopoulos2015-07-211-2/+8
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-253-7/+52
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-204-18/+18
* openpgp: properly print names in oneline output as wellNikos Mavrogiannopoulos2014-12-281-0/+3
* updates in openpgp DSA key printingNikos Mavrogiannopoulos2014-12-281-2/+4
* properly print openpgp namesNikos Mavrogiannopoulos2014-12-281-0/+3
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-8/+1
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-1/+0
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-241-4/+5
* Add getter functions for openpgp keys and certificatesArmin Burgmeier2014-09-241-0/+98
* Print the openpgp DN only when gnutls_openpgp_crt_get_name() failed appropria...Nikos Mavrogiannopoulos2014-05-171-8/+4
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-152-10/+10
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-023-4/+30
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-211-1/+1
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-1/+10
* Ensure failure when no base64 data have been read. Suggested by Ramkumar Chin...Nikos Mavrogiannopoulos2014-03-061-6/+11
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-1/+1
* Added new functions to obtain raw private keyNikos Mavrogiannopoulos2014-01-231-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-089-3334/+3254
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-0/+2
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-0/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-019-9/+9
* Added correct sinceNikos Mavrogiannopoulos2013-01-052-1/+3
* gettext.h was moved to gnutls_str.hNikos Mavrogiannopoulos2012-11-011-4/+0
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-303-1/+11
* Added debugging.Nikos Mavrogiannopoulos2012-10-121-0/+11
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-112-1/+36
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-112-29/+100
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-073-6/+80
* openpgp doc updateNikos Mavrogiannopoulos2012-09-241-6/+2
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-173-15/+44
* Verification in openpgp changed to ressemble the X.509 behavior.Nikos Mavrogiannopoulos2012-06-031-9/+6
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-13/+3
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-3/+1
* small fixesNikos Mavrogiannopoulos2012-01-291-1/+1
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-1/+1
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-1/+1
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+7
* Cleanup copyright headers.Simon Josefsson2012-01-256-7/+48
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-216-18/+19
* Run 'make update-copyright'.Simon Josefsson2012-01-168-10/+10
* CDK_EOF error code now returns GNUTLS_E_PARSING_ERRORNikos Mavrogiannopoulos2011-12-311-0/+2
* more opencdk simplificationsNikos Mavrogiannopoulos2011-12-313-74/+20
* Removed unneeded opencdk functionality.Nikos Mavrogiannopoulos2011-12-312-5/+3
* Avoid using base64 armor auto-detection which causes decoding errors in win32.Nikos Mavrogiannopoulos2011-12-302-11/+7
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-291-2/+2