1. d9ca94a Updated merged pk.c and x509parse.c changes with new memory allocation functions by Paul Bakker · 12 years ago
  2. ab2d983 Fix some ifdef's in x509parse by Manuel Pégourié-Gonnard · 12 years ago
  3. 96f3a4e Rm ecp_keypair.alg by Manuel Pégourié-Gonnard · 12 years ago
  4. 8b863cd Merge EC & RSA versions of x509_parse_key() by Manuel Pégourié-Gonnard · 12 years ago
  5. 6e88202 Merge EC & RSA versions of parse_pkcs8_unencrypted by Manuel Pégourié-Gonnard · 12 years ago
  6. a2d4e64 Some more EC pubkey parsing refactoring by Manuel Pégourié-Gonnard · 12 years ago
  7. 1c808a0 Refactor some EC key parsing code by Manuel Pégourié-Gonnard · 12 years ago
  8. 991d0f5 Remove rsa member from x509_cert structure by Manuel Pégourié-Gonnard · 12 years ago
  9. ff56da3 Fix direct uses of x509_cert.rsa, now use pk_rsa() by Manuel Pégourié-Gonnard · 12 years ago
  10. 5b18fb0 Fix bug in x509_get_{ecpubkey,subpubkey}() by Manuel Pégourié-Gonnard · 12 years ago
  11. 360a583 Adapt x509parse_cert_info() for EC by Manuel Pégourié-Gonnard · 12 years ago
  12. 674b224 Prepare transition from x509_cert.rsa to pk by Manuel Pégourié-Gonnard · 12 years ago
  13. a155513 Rationalize use of x509_get_alg variants by Manuel Pégourié-Gonnard · 12 years ago
  14. 7a287c4 Rename x509_get_algid() to x509_get_pk_alg() by Manuel Pégourié-Gonnard · 12 years ago
  15. 7c5819e Fix warnings (enum value missing from switch/case) by Manuel Pégourié-Gonnard · 12 years ago
  16. 244569f Use generic x509_get_pubkey() for RSA functions by Manuel Pégourié-Gonnard · 12 years ago
  17. 4fa0476 Use new x509_get_pubkey() in x509parse_public_key() by Manuel Pégourié-Gonnard · 12 years ago
  18. c296c59 Introduce generic x509_get_pubkey() by Manuel Pégourié-Gonnard · 12 years ago
  19. 094ad9e Rename x509_get_pubkey to _rsa and split it up by Manuel Pégourié-Gonnard · 12 years ago
  20. f16ac76 Simplify length mismatch check in x509_get_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  21. 20c12f6 Factor more code into x509_get_pubkey() by Manuel Pégourié-Gonnard · 12 years ago
  22. 788db11 Get rid of x509_cert.pkoid by Manuel Pégourié-Gonnard · 12 years ago
  23. 374e4b8 pk_set_type() cannot be used to reset key type by Manuel Pégourié-Gonnard · 12 years ago
  24. 0a64e8f Rework algorithmIdentifier parsing by Manuel Pégourié-Gonnard · 12 years ago
  25. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  26. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  27. d4ec21d Add a check for multiple curve specification by Manuel Pégourié-Gonnard · 12 years ago
  28. 80300ad Add checks for pk_alg. by Manuel Pégourié-Gonnard · 12 years ago
  29. 9c1cf45 Implement x509parse_key_pkcs8_encrypted_der_ec() by Manuel Pégourié-Gonnard · 12 years ago
  30. a5d9974 Split up x509_parse_pkcs8_encrypted_der() by Manuel Pégourié-Gonnard · 12 years ago
  31. 416fa8f Implement x509parse_key_pkcs8_unencrypted_der_ec() by Manuel Pégourié-Gonnard · 12 years ago
  32. e366342 Implement x509parse_key_sec1_der() by Manuel Pégourié-Gonnard · 12 years ago
  33. 15e8b82 Fill in x509parse_key_ec using stub function by Manuel Pégourié-Gonnard · 12 years ago
  34. 73c0cda Complete x509parse_public_key_ec() by Manuel Pégourié-Gonnard · 12 years ago
  35. f838eed Add x509_get_ecparams() by Manuel Pégourié-Gonnard · 12 years ago
  36. 444b427 Optionally allow parameters in x509_get_tag() by Manuel Pégourié-Gonnard · 12 years ago
  37. 26833c2 Add stubs for x509parse_key_ec and co. by Manuel Pégourié-Gonnard · 12 years ago
  38. 4250a1f Fix a comment and some whitespace by Manuel Pégourié-Gonnard · 12 years ago
  39. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  40. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  41. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  42. e5bffc3 Removed redundant includes by Paul Bakker · 12 years ago
  43. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  44. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  45. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  46. 7749a22 Moved PKCS#12 cipher layer based PBE detection to use OID database by Paul Bakker · 12 years ago
  47. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  48. bda7cb7 Fixed minor comment typo by Paul Bakker · 12 years ago
  49. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  50. a4232a7 x509parse_crt() and x509parse_crt_der() return X509 password related codes by Paul Bakker · 12 years ago
  51. 7282309 Removed redundant free()s by Paul Bakker · 12 years ago
  52. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  53. 2c8cdd2 x509parse_crtpath() is now reentrant and uses more portable stat() by Paul Bakker · 12 years ago
  54. 42c6581 Changed x509parse_crt_der() to support adding to chain. by Paul Bakker · 12 years ago
  55. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  56. e2f5040 Internally split up x509parse_key() by Paul Bakker · 12 years ago
  57. 5ed3b34 x509parse_crt() now better handles PEM error situations by Paul Bakker · 12 years ago
  58. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  59. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  60. f6a19bd Possible resource leak on FILE* removed in X509 parse by Paul Bakker · 12 years ago
  61. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  62. 2ca8ad1 Made x509parse.c also work with missing hash header files by Paul Bakker · 12 years ago
  63. 3497d8c Do not check sig on trust-ca (might not be top) by Paul Bakker · 13 years ago
  64. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  65. 97872ac - Merged 1397 in branch for 1.2 by Paul Bakker · 13 years ago
  66. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  67. 3338b79 - Fixed WIN32 version of x509parse_crtpath() by Paul Bakker · 13 years ago
  68. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  69. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  70. b00ca42 - Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob by Paul Bakker · 13 years ago
  71. 94a6796 - Correctly handle MS certificate's key usage bits by Paul Bakker · 13 years ago
  72. 535e97d - Better checking for reading over buffer boundaries by Paul Bakker · 13 years ago
  73. cefb396 - Handle empty certificate subject names by Paul Bakker · 13 years ago
  74. e4791f3 - Bugfix for Windows in cert path handling by Paul Bakker · 13 years ago
  75. 8d91458 - Added X509 CA Path support by Paul Bakker · 13 years ago
  76. 4d2c124 - Changed certificate verify behaviour to comply with RFC 6125 section 6.3 to not match CN if subjectAltName extension is present. by Paul Bakker · 13 years ago
  77. 430ffbe - Fixed potential heap corruption in x509_name allocation by Paul Bakker · 13 years ago
  78. ad8d354 - Updated RFC ref by Paul Bakker · 13 years ago
  79. 8afa70d - Clean Subject Alternative Name data by Paul Bakker · 13 years ago
  80. 57b1298 - Multi-domain certificates support wildcards as well by Paul Bakker · 13 years ago
  81. a8cd239 - Added support for wildcard certificates by Paul Bakker · 13 years ago
  82. b15b851 - Check for failed malloc() in ssl_set_hostname() and x509_get_entries() (Closes ticket #47, found by Hugo Leisink) by Paul Bakker · 14 years ago
  83. 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
  84. 9304880 - Fixed correct printing of serial number '00' by Paul Bakker · 14 years ago
  85. c8ffbe7 - Corrected removal of leading '00:' in printing serial numbers in certificates and CRLs by Paul Bakker · 14 years ago
  86. 4f229e5 - Fixed define for Windows time functions by Paul Bakker · 14 years ago
  87. 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
  88. 03c7c25 - * If certificate serial is longer than 32 octets, serial number is now appended with '....' after first 28 octets by Paul Bakker · 14 years ago
  89. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  90. cebdf17 - Allowed X509 key usage parsing to accept 4 byte values instead of the standard 1 byte version sometimes used by Microsoft. (Closes ticket #38) by Paul Bakker · 14 years ago
  91. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  92. 2a1c5f5 - Minor code cleanup by Paul Bakker · 14 years ago
  93. fae618f - Updated tests to reflect recent changes by Paul Bakker · 14 years ago
  94. b5a11ab - Added a separate CRL entry extension parsing function by Paul Bakker · 14 years ago
  95. fbc09f3 - Added an EXPLICIT tag number parameter to x509_get_ext() by Paul Bakker · 14 years ago
  96. 3329d1f - Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag before version numbers by Paul Bakker · 14 years ago
  97. c4909d9 - Inceased maximum size of ASN1 length reads to 32-bits by Paul Bakker · 14 years ago
  98. 5c721f9 - Introduced POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION flag to continue parsing when encountering a critical flag that's not supported by PolarSSL by Paul Bakker · 14 years ago
  99. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  100. 684ddce - Minor fixer to remove compiler warnings for ARMCC by Paul Bakker · 14 years ago