summaryrefslogtreecommitdiff
path: root/lib/x509/dn.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-159/+122
* Indent codeZoltan Fridrich2023-01-271-96/+68
* Improve certificate sanity checksZoltan Fridrich2022-05-091-0/+14
* devel: suppress cppcheck 2.5 false-positivesDaiki Ueno2021-08-041-12/+12
* ASN1 : Remove warnings related to old libtasn1 namingsLeonardo Bras2021-05-211-10/+10
* Compare DNs by comparing their string representationsPierre Ossman2020-04-031-3/+46
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-3/+3
* Added checks to avoid false negatives reported by static analyzersNikos Mavrogiannopoulos2018-11-101-0/+2
* reduce common asserts to assist in debugging the libraryNikos Mavrogiannopoulos2017-08-151-1/+0
* doc: fixed documentation for various function parametersNikos Mavrogiannopoulos2017-04-071-3/+2
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-061-10/+10
* Rewritten gnutls_x509_rdn_get() and gnutls_x509_rdn_get2()Nikos Mavrogiannopoulos2017-03-081-43/+25
* _gnutls_x509_get_dn: when no data ensure we return GNUTLS_E_REQUESTED_DATA_NO...Nikos Mavrogiannopoulos2016-11-141-2/+6
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-141-134/+207
* Encode string DNs backwards according to RFC4514Nikos Mavrogiannopoulos2016-10-311-28/+36
* Moved the gnutls_x509_dn API functions to x509_dn.cdn-encodingNikos Mavrogiannopoulos2016-07-201-147/+0
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-191-2/+6
* several sign-related API changesNikos Mavrogiannopoulos2016-05-311-2/+2
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-101-9/+3
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-101-3/+9
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* Initialization of gnutls_x509_dn_t was modified to allow deinitialization aft...Nikos Mavrogiannopoulos2015-06-021-14/+11
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-021-0/+3
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* x509: use libtasn1's strict DER decoding rules in network obtained structuresNikos Mavrogiannopoulos2015-03-091-4/+4
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-041-1/+1
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-1/+1
* dn parsing: return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE when DN is not avail...Nikos Mavrogiannopoulos2014-11-131-2/+7
* copyright updateNikos Mavrogiannopoulos2014-01-261-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-769/+762
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ...Nikos Mavrogiannopoulos2013-04-271-62/+2
* avoid duplicate memory allocation in _gnutls_x509_get_dn()Nikos Mavrogiannopoulos2013-03-081-113/+80
* Placed back _gnutls_x509_compare_raw_dn().Nikos Mavrogiannopoulos2013-03-061-0/+23
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-051-26/+0
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-0/+38
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+2
* LDAP string escaping was made stricter (rfc4514 conforming)Nikos Mavrogiannopoulos2012-11-251-34/+56
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-207/+25
* removed redundant checkNikos Mavrogiannopoulos2012-11-211-2/+2
* Added gnutls_x509_crt_set_policy()Nikos Mavrogiannopoulos2012-11-201-2/+13
* doc updateNikos Mavrogiannopoulos2012-11-191-2/+2
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-2/+4
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+32
* Corrected issuesNikos Mavrogiannopoulos2012-09-201-0/+6
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-101-17/+1