1. 3fb5c5e PK: rename members for consistency CIPHER, MD by Manuel Pégourié-Gonnard · 12 years ago
  2. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  3. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  4. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  5. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  6. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  7. 2b9252c Add tests for x509parse_key_ec() by Manuel Pégourié-Gonnard · 12 years ago
  8. 1bc6931 Add test for x509parse_public_keyfile_ec by Manuel Pégourié-Gonnard · 12 years ago
  9. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  10. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  11. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  12. b08e684 - Removed test memory leaks by Paul Bakker · 13 years ago
  13. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  14. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  15. eaf90d9 - Removed unused but initialized variables by Paul Bakker · 14 years ago
  16. 36f1b19 - Added test for PKCS#8 wrapped private and public keys by Paul Bakker · 14 years ago
  17. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  18. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  19. 96743fc - Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding by Paul Bakker · 14 years ago
  20. 5a62408 - Fixed compiler warnings by Paul Bakker · 15 years ago
  21. b63b0af - Added verification callback in certificate verification chain in order to allow external blacklisting by Paul Bakker · 15 years ago
  22. 6b0fa4f - Added extra regression and coverage tests for ASN parsing of CRL and Key data by Paul Bakker · 16 years ago
  23. c26a189 - Added extra X509 regression and coverage tests by Paul Bakker · 16 years ago
  24. b2c38f5 - Added a lot of ASN1 Certificate parsing tests by Paul Bakker · 16 years ago
  25. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  26. 37940d9f - Added test coverage for X509parse by Paul Bakker · 16 years ago