summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2110/+0
* DSA: the numeric number of bits returned from public key should depend on P n...Nikos Mavrogiannopoulos2015-07-011-2/+2
* ensure that gnutls_pubkey_verify_data2 returns 0 on successNikos Mavrogiannopoulos2015-06-171-0/+2
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-021-5/+16
* document intentional fallthrough in switchNikos Mavrogiannopoulos2015-05-211-0/+1
* doc updateNikos Mavrogiannopoulos2015-04-151-0/+6
* gnutls_pubkey_export_* are tolerable in null inputNikos Mavrogiannopoulos2015-04-151-52/+67
* Added gnutls_x509_crt_get_pk_ecc_raw()Nikos Mavrogiannopoulos2015-04-151-1/+1
* Added flags which modify the algorithm used for key ID calculationNikos Mavrogiannopoulos2015-04-081-2/+2
* doc updatesNikos Mavrogiannopoulos2015-04-041-0/+1
* pkcs11: added GNUTLS_PKCS11_OBJ_FLAG_EXPECT_PUBKEYNikos Mavrogiannopoulos2015-04-011-2/+2
* gnutls_priv/pubkey_import_url replace: gnutls_privkey_import_pkcs11_url and g...Nikos Mavrogiannopoulos2015-04-011-1/+9
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-18/+18
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-041-1/+1
* removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIsNikos Mavrogiannopoulos2015-02-211-36/+26
* removed gnutls_pubkey_verify_hash() and gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2015-02-211-85/+0
* gnutls_pubkey_t: allow the import of another parameter set without a leakNikos Mavrogiannopoulos2015-01-121-0/+17
* removed ABI-compatibility functionsNikos Mavrogiannopoulos2015-01-121-55/+0
* Corrected encoding and decoding of ANSI X9.62Nikos Mavrogiannopoulos2014-12-241-4/+26
* Added the ability to register application specific URLs for keys and certsNikos Mavrogiannopoulos2014-11-231-4/+13
* _pkcs1_rsa_verify_sig() simplify hashingNikos Mavrogiannopoulos2014-11-141-5/+1
* use _gnutls_hash_fast() in DSA/ECDSA verificationNikos Mavrogiannopoulos2014-10-141-5/+1
* doc updateNikos Mavrogiannopoulos2014-09-241-0/+4
* set CKA_EC_PARAMS when generating an ECDSA keyNikos Mavrogiannopoulos2014-07-071-1/+1
* 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