summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* Allow decoding PKCS #8 files with ECC parameters from openssl.Nikos Mavrogiannopoulos2014-04-111-1/+1
* doc updateNikos Mavrogiannopoulos2014-04-101-1/+3
* stricter type usageNikos Mavrogiannopoulos2014-03-081-5/+8
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-2/+2
* removed unused functionNikos Mavrogiannopoulos2014-02-121-11/+0
* Added Since flag.Nikos Mavrogiannopoulos2014-01-281-0/+2
* Added gnutls_pubkey_verify_params() and gnutls_privkey_verify_params().Nikos Mavrogiannopoulos2014-01-281-0/+22
* Renamed get_pk functions to export.Nikos Mavrogiannopoulos2014-01-271-11/+67
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-8/+8
* always set subkey statusNikos Mavrogiannopoulos2014-01-201-2/+5
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+3
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-4/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-1289/+1224
* fix typoNikos Mavrogiannopoulos2013-06-081-4/+4
* always set hash lengthNikos Mavrogiannopoulos2013-05-251-0/+2
* corrected bug with _gnutls_dsa_q_to_hash() usage introduced previouslyNikos Mavrogiannopoulos2013-05-251-9/+12
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-1/+1
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-41/+49
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-4/+0
* Added sign and verification flags to operate in RSA raw mode (as used in TLS).Nikos Mavrogiannopoulos2013-03-281-9/+15
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-2/+30
* return unimplemented feature on encounter of a known but unsupported urlNikos Mavrogiannopoulos2013-03-081-2/+8
* corrected gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2013-02-131-2/+6
* doc updateNikos Mavrogiannopoulos2013-02-121-0/+3
* updated docNikos Mavrogiannopoulos2013-02-051-3/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-0/+36
* doc fixesNikos Mavrogiannopoulos2012-10-121-2/+2
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-5/+4
* corrected version numberNikos Mavrogiannopoulos2012-10-071-1/+1
* Added helper functions gnutls_pubkey_import_openpgp_raw() and gnutls_pubkey_i...Nikos Mavrogiannopoulos2012-10-071-0/+111
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+67
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-7/+15
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-171-4/+4
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-21/+26
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-3/+36
* Added functions that import any kind of URL into abstract public and private ...Nikos Mavrogiannopoulos2012-07-131-0/+29
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-9/+2
* updatesNikos Mavrogiannopoulos2012-05-221-4/+6
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-68/+90
* Relax strict DSA/ECDSA checks to allow broader interoperability. Stronger has...Nikos Mavrogiannopoulos2012-04-111-2/+2
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-3/+2
* corrected the documentation of the verification functions.Nikos Mavrogiannopoulos2012-03-171-6/+6
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-7/+7
* Updated documentation for gnutls_pubkey.Nikos Mavrogiannopoulos2012-01-311-5/+8
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-9/+10
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* Added gnutls_pubkey_encrypt_data().Nikos Mavrogiannopoulos2012-01-081-2/+33