Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move X509_DN and AlternativeName from asn1 to x509 | Jack Lloyd | 2017-11-14 | 1 | -388/+0 |
| | |||||
* | Avoid empty methods, use =default or add a comment | Jack Lloyd | 2017-10-03 | 1 | -7/+0 |
| | | | | Sonar | ||||
* | Remove verify_end() chained immediatly before end_cons() (close #890) | Nuno Goncalves | 2017-02-25 | 1 | -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 types | Jack Lloyd | 2016-12-18 | 1 | -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 Constraints | Kai Michaelis | 2016-03-10 | 1 | -9/+94 |
| | |||||
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -10/+10 |
| | |||||
* | String comparision fixes | Daniel Neus | 2016-01-04 | 1 | -1/+1 |
| | | | | fix PVS-Studio perfomance warnings | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+311 |