aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/x509_dn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-141-388/+0
|
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-7/+0
| | | | Sonar
* Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-251-1/+0
| | | | | | | BER_Decoder::end_cons() allready assures the verify_end() function, so it is redundant. Signed-off-by: Nuno Goncalves <[email protected]>
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* X.509 Name ConstraintsKai Michaelis2016-03-101-9/+94
|
* Mass-prefix member vars with m_René Korthaus2016-01-081-10/+10
|
* String comparision fixesDaniel Neus2016-01-041-1/+1
| | | | fix PVS-Studio perfomance warnings
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Move lib into srclloyd2014-01-101-0/+311