summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_pubkey_verify_data2: simplified return logicNikos Mavrogiannopoulos2016-05-101-3/+1
* Fix some more typos.Andreas Metzler2016-02-011-1/+1
* gnutls_pubkey_import_x509_raw: fixed memory leakNikos Mavrogiannopoulos2016-01-131-1/+1
* Revert "Do not allow importing public keys from PKCS #11 private keys for DSA...Nikos Mavrogiannopoulos2015-12-081-9/+0
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-061-0/+9
* doc updateNikos Mavrogiannopoulos2015-11-181-1/+1
* doc updateNikos Mavrogiannopoulos2015-11-131-2/+2
* gnutls_x509_crt_set_pubkey: clarify usageNikos Mavrogiannopoulos2015-11-091-1/+1
* 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