summaryrefslogtreecommitdiff
path: root/lib/x509/crq.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* several updates to address issues found by clang static analyzerNikos Mavrogiannopoulos2018-05-091-1/+1
* _gnutls_find_rsa_pss_salt_size: add a validity check for salt sizeNikos Mavrogiannopoulos2018-03-021-1/+6
* gnutls_x509_crt/q_set_spki: always initialize the spki structureNikos Mavrogiannopoulos2017-09-241-1/+2
* crq: doc updatetmp-sign-with-default-algoNikos Mavrogiannopoulos2017-09-081-2/+16
* gnutls_x509_crq_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-2/+0
* gnutls_x509_crq_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-081-1/+28
* x509: separated PKIX1 attributes parsing code for cert request handlingNikos Mavrogiannopoulos2017-08-071-266/+4
* gnutls_x509_cr*_set_spki: check for validity of parameters setNikos Mavrogiannopoulos2017-08-041-27/+45
* gnutls_x509_*_set_spki: removed arbitrary restrictions to setting parametersNikos Mavrogiannopoulos2017-08-041-6/+1
* RSA-PSS parameter checking was moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-1/+1
* signature security level check were moved to lower level functionsNikos Mavrogiannopoulos2017-08-041-1/+1
* gnutls_x509_*_get_signature_algorithm: simplified error handlingNikos Mavrogiannopoulos2017-08-031-4/+7
* pubkey_verify_data: accept signature entry instead of PK and hashNikos Mavrogiannopoulos2017-08-031-4/+8
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-0/+3
* *set_spki(): return error on incompatible algorithmsNikos Mavrogiannopoulos2017-08-031-0/+3
* cleanup: removed unnecessary/duplicate parameters in functionsNikos Mavrogiannopoulos2017-08-031-10/+5
* x509.h: Renamed SPKI related functionsNikos Mavrogiannopoulos2017-08-031-40/+36
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-11/+17
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-1/+2
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-2/+2
* _gnutls_privkey_find_sign_params: renamed and simplifiedNikos Mavrogiannopoulos2017-05-311-1/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-8/+176
* doc: fixed documentation for various function parametersNikos Mavrogiannopoulos2017-04-071-3/+3
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-10/+10
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-061-1/+1
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-0/+2
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-0/+3
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-201-1/+1
* gnutls_x509_crq_set_challenge_password: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-4/+18
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-141-2/+40
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+43
* Typo fixes (found by lintian): extention, reencodeAndreas Metzler2016-06-191-1/+1
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-15/+15
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-061-2/+2
* several sign-related API changesNikos Mavrogiannopoulos2016-05-311-12/+12
* doc: updated since version of tlsfeature functionality and documented new fun...Nikos Mavrogiannopoulos2016-05-301-4/+4
* Add functions to get/set the tlsfeatures to certificate requests.Tim Kosse2016-05-301-0/+105
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-101-1/+1
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-101-1/+1
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-131-0/+80
* Allow assigning 'virtual' SAN types via *_set_subject_alt_name()Nikos Mavrogiannopoulos2016-01-101-1/+1
* x509: added flags to enable the encoding of othername dataNikos Mavrogiannopoulos2016-01-081-10/+17
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-081-1/+110
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-161-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* Added flags which modify the algorithm used for key ID calculationNikos Mavrogiannopoulos2015-04-081-2/+2
* doc: avoid mentioning pointers when not neededNikos Mavrogiannopoulos2015-03-201-4/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-37/+37