summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
Commit message (Expand)AuthorAgeFilesLines
* when importing a certificate ensure that the signature parameters matchgnutls_3_1_xNikos Mavrogiannopoulos2015-02-171-1/+85
* Fix capitalisation of ia5StringNikos Mavrogiannopoulos2014-05-291-1/+1
* gnutls_x509_crt_get_signature: corrected return sizeNikos Mavrogiannopoulos2014-05-171-1/+1
* backported signature checks.Nikos Mavrogiannopoulos2014-05-171-2/+3
* several updatesNikos Mavrogiannopoulos2013-05-161-1/+2
* Placed back _gnutls_x509_compare_raw_dn().Nikos Mavrogiannopoulos2013-03-061-2/+1
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-84/+41
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-0/+56
* corrected parsing issue in XMPP data when in a subject alternative nameNikos Mavrogiannopoulos2013-02-171-30/+13
* updated docNikos Mavrogiannopoulos2013-02-051-2/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-1/+1
* gnutls_x509_crt_get_policy() allows for a list of zero policy qualifiers.Nikos Mavrogiannopoulos2012-11-261-1/+1
* updatedNikos Mavrogiannopoulos2012-11-261-2/+2
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-14/+30
* updateNikos Mavrogiannopoulos2012-11-211-0/+3
* doc updateNikos Mavrogiannopoulos2012-11-211-12/+19
* doc updateNikos Mavrogiannopoulos2012-11-211-0/+3
* Added gnutls_x509_crt_set_policy()Nikos Mavrogiannopoulos2012-11-201-19/+24
* doc updateNikos Mavrogiannopoulos2012-11-191-17/+17
* another renameNikos Mavrogiannopoulos2012-11-191-5/+5
* simplified namingNikos Mavrogiannopoulos2012-11-191-5/+7
* mention the extension OIDNikos Mavrogiannopoulos2012-11-191-2/+2
* handle visiblestring.Nikos Mavrogiannopoulos2012-11-191-1/+1
* doc updateNikos Mavrogiannopoulos2012-11-191-3/+2
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-16/+278
* doc fixesNikos Mavrogiannopoulos2012-10-121-1/+1
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+30
* Added gnutls_x509_crl_reason_flags_t.Nikos Mavrogiannopoulos2012-10-011-11/+1
* avoid duplicate asn1 structure initialization.Nikos Mavrogiannopoulos2012-09-161-1/+3
* Use the new asn1_read_node_value()Nikos Mavrogiannopoulos2012-09-121-6/+21
* PKCS #11 PIN handling fixes.Nikos Mavrogiannopoulos2012-07-201-0/+23
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-10/+3
* doc updatesNikos Mavrogiannopoulos2012-06-021-2/+2
* align with 3.0.xNikos Mavrogiannopoulos2012-05-221-1/+1
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-5/+26
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-091-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-7/+80
* corrected the documentation of the verification functions.Nikos Mavrogiannopoulos2012-03-171-2/+2
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-3/+3
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0
* Added SinceNikos Mavrogiannopoulos2012-01-221-0/+2
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-211-89/+162
* Corrected bug in _gnutls_parse_aia()Nikos Mavrogiannopoulos2012-01-211-11/+14
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-20/+20
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-4/+6
* Fix mem leak.Simon Josefsson2012-01-201-0/+2
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-101-8/+8
* updated descriptionsNikos Mavrogiannopoulos2012-01-091-9/+22