summaryrefslogtreecommitdiff
path: root/lib/x509/x509_write.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_find_rsa_pss_salt_size: add a validity check for salt sizeNikos Mavrogiannopoulos2018-03-021-2/+6
* gnutls_x509_crt/q_set_spki: always initialize the spki structureNikos Mavrogiannopoulos2017-09-241-1/+2
* gnutls_x509_*_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-081-3/+17
* 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-15/+0
* gnutls_x509_crt_set_spki: be more verbose in parameter restrictionsNikos Mavrogiannopoulos2017-08-041-4/+14
* *set_spki(): return error on incompatible algorithmsNikos Mavrogiannopoulos2017-08-031-0/+3
* cleanup: removed unnecessary/duplicate parameters in functionsNikos Mavrogiannopoulos2017-08-031-1/+0
* x509.h: Renamed SPKI related functionsNikos Mavrogiannopoulos2017-08-031-4/+4
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-5/+5
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-1/+101
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-061-3/+3
* x509: added function to set and retrieve inhibit anypolicy extension valueNikos Mavrogiannopoulos2017-04-061-0/+42
* gnutls_x509_crt_set_version: do not allow writing illegal versionsNikos Mavrogiannopoulos2017-03-031-1/+1
* gnutls_x509_crt_set_serial: refuse to write all-zero serial numberNikos Mavrogiannopoulos2017-03-031-0/+16
* gnutls_x509_crt_set_serial: document the 20-byte limit for serial sizesNikos Mavrogiannopoulos2017-03-031-0/+4
* gnutls_x509_crt_sign2: refuse to sign invalid X.509 certificatesNikos Mavrogiannopoulos2017-02-171-0/+6
* doc: document the fact that certificates and CRLs are unusable after generationNikos Mavrogiannopoulos2016-12-011-0/+9
* doc: no longer list SHA1 as a safe choice in X.509 signingNikos Mavrogiannopoulos2016-12-011-2/+2
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-251-0/+8
* Typo fixes found by lintian.Andreas Metzler2016-09-121-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-16/+13
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-1/+1
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-141-41/+0
* Added gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-7/+33
* doc: updated since version of tlsfeature functionality and documented new fun...Nikos Mavrogiannopoulos2016-05-301-2/+2
* Added gnutls_x509_crt_set_tlsfeaturesTim Kosse2016-05-301-0/+42
* x509: added flag to indicate modification in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-071-34/+29
* doc: fixed documentation of gnutls_x509_crt_set_subject_alternative_nameNikos Mavrogiannopoulos2016-05-061-11/+4
* gnutls_x509_crt_set_subject_alt_name: documented the version after which GNUT...Nikos Mavrogiannopoulos2016-01-101-1/+1
* Allow assigning 'virtual' SAN types via *_set_subject_alt_name()Nikos Mavrogiannopoulos2016-01-101-2/+2
* x509: added flags to enable the encoding of othername dataNikos Mavrogiannopoulos2016-01-081-27/+49
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-081-2/+174
* doc updateNikos Mavrogiannopoulos2015-11-191-0/+3
* doc updateNikos Mavrogiannopoulos2015-11-181-2/+1
* gnutls_x509_crt_set_subject/issuer_unique_id: added Since in docNikos Mavrogiannopoulos2015-11-131-0/+4
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2015-11-121-4/+88
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* doc updateNikos Mavrogiannopoulos2014-09-041-0/+3
* fixed gdoc documentationNikos Mavrogiannopoulos2014-03-271-1/+1
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-13/+13
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-342/+215
* doc updateNikos Mavrogiannopoulos2013-11-241-2/+2
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-161-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-1158/+1108
* fix description of id_size parameterDaniel Kahn Gillmor2013-03-051-2/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* doc updateNikos Mavrogiannopoulos2012-12-161-3/+5
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-3/+3