summaryrefslogtreecommitdiff
path: root/lib/x509/crq.c
Commit message (Expand)AuthorAgeFilesLines
* x509: separated PKIX1 attributes parsing code for cert request handlingNikos Mavrogiannopoulos2017-08-061-266/+4
* doc: fixed documentation for various function parameters [ci skip]Nikos Mavrogiannopoulos2017-04-071-3/+3
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-051-10/+10
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-051-1/+1
* 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
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-7/+7
* added gnutls_x509_crq_get_signature_algorithm()Nikos Mavrogiannopoulos2014-09-211-0/+19
* Revert "corrected planned version number"Nikos Mavrogiannopoulos2014-09-111-1/+1
* corrected planned version numberNikos Mavrogiannopoulos2014-09-091-1/+1
* Added gnutls_x509_crt_get_extension_by_oid2() and gnutls_x509_crq_get_extensi...Nikos Mavrogiannopoulos2014-09-081-0/+57
* when importing a certificate, keep the DER dataNikos Mavrogiannopoulos2014-08-291-1/+1
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-3/+3
* fixed gdoc documentationNikos Mavrogiannopoulos2014-03-271-2/+2
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-201-4/+4
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-41/+76
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-2/+2
* 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/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-1719/+1632
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+2
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-0/+28
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* simplified namingNikos Mavrogiannopoulos2013-01-051-21/+21
* corrected copyright noticesNikos Mavrogiannopoulos2012-12-061-0/+1
* doc updateNikos Mavrogiannopoulos2012-12-061-13/+19
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-40/+49
* doc updateNikos Mavrogiannopoulos2012-11-191-5/+5