summaryrefslogtreecommitdiff
path: root/lib/pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-041-2/+2
* gnutls_pubkey_import_x509: propagate errors from gnutls_x509_crt_get_pk_algor...Nikos Mavrogiannopoulos2017-08-041-1/+5
* fixup_spki_params: use GNUTLS_E_CONSTRAINT_ERROR for RSA-PSS violationsNikos Mavrogiannopoulos2017-08-041-3/+3
* RSA-PSS parameter checking was moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-33/+30
* signature security level check were moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-17/+20
* gnutls_pubkey_get_preferred_hash_algorithm: will take into account the RSA-PS...Nikos Mavrogiannopoulos2017-08-041-2/+14
* pubkey_verify_hashed_data: simplified and made staticNikos Mavrogiannopoulos2017-08-031-18/+28
* pubkey_verify_data: accept signature entry instead of PK and hashNikos Mavrogiannopoulos2017-08-031-7/+16
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-0/+3
* *set_spki(): return error on incompatible algorithmsNikos Mavrogiannopoulos2017-08-031-0/+5
* cleanup: removed duplicate parameter in gnutls_pubkey_stNikos Mavrogiannopoulos2017-08-031-33/+28
* gnutls_x509_privkey_int: eliminated duplicate pk_algorithm fieldNikos Mavrogiannopoulos2017-08-031-7/+8
* cleanup: removed unnecessary/duplicate parameters in _dsa_q_to_hashNikos Mavrogiannopoulos2017-08-031-11/+8
* cleanup: removed unnecessary/duplicate parameters in functionsNikos Mavrogiannopoulos2017-08-031-5/+2
* abstract.h: added functions to read and write SPKI informationNikos Mavrogiannopoulos2017-08-031-0/+54
* _gnutls_pubkey_compatible_with_sig: enforce RSA-PSS requirementsNikos Mavrogiannopoulos2017-08-031-6/+20
* gnutls_pubkey_verify*: use common function to set RSA-PSS parametersNikos Mavrogiannopoulos2017-08-031-45/+43
* gnutls_pk_params_st: renamed sign field to spkiNikos Mavrogiannopoulos2017-08-031-2/+2
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-30/+42
* privkey_sign_and_hash_data: in pre-hashed schemes, allow empty hash algorithmNikos Mavrogiannopoulos2017-07-171-1/+4
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-9/+63
* pubkey: print the failed signature algorithm when verification failsNikos Mavrogiannopoulos2017-07-131-0/+1
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-234/+0
* corrected typo in x962 functionsNikos Mavrogiannopoulos2017-06-121-1/+1
* Introduced functions to export integers with no leading zeroNikos Mavrogiannopoulos2017-06-121-12/+104
* tls-sig: re-organize and simplify the TLS signature generation and verificationNikos Mavrogiannopoulos2017-05-311-1/+1
* gnutls_pubkey_verify_hash2: do not allow GNUTLS_VERIFY_USE_TLS1_RSA with non-...Nikos Mavrogiannopoulos2017-05-311-0/+2
* gnutls_pubkey_verify_hash2: check for broken signature algorithmsNikos Mavrogiannopoulos2017-05-311-2/+16
* gnutls_pubkey_verify_data2: do not utilize GNUTLS_VERIFY_USE_RSA_PSSNikos Mavrogiannopoulos2017-05-311-3/+11
* gnutls_pubkey_verify_hash2: corrected operation with RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-33/+39
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-27/+89
* Moved all openpgp-related variables and definitions into ifdef blocksNikos Mavrogiannopoulos2017-04-051-4/+4
* Use a common function to decide acceptable signaturesNikos Mavrogiannopoulos2017-03-211-4/+2
* Added casts to prevent compiler warningsNikos Mavrogiannopoulos2016-10-211-2/+4
* pubkey_to_bits: return type was changed to unsignedNikos Mavrogiannopoulos2016-05-311-1/+1
* gnutls_pubkey_verify_data2: simplified return logicNikos Mavrogiannopoulos2016-05-101-3/+1
* keys: custom URLs take precedence over pre-defined URLsNikos Mavrogiannopoulos2016-04-281-7/+7
* gnutls_x509_crt_get_key_usage: ensure that its returned value is properly han...Nikos Mavrogiannopoulos2016-04-111-1/+3
* Fix some more typos.Andreas Metzler2016-02-011-1/+1
* gnutls_pubkey_import_x509_raw: fixed memory leakNikos Mavrogiannopoulos2016-01-131-1/+1
* gnutls_pubkey_import_privkey: document that this operation is not possible in...Nikos Mavrogiannopoulos2015-12-181-0/+3
* 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
* cleanup in gnutls_pubkey_import_rsa_rawNikos Mavrogiannopoulos2015-10-161-6/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+2110