pkcs12_format_test.c 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  1. /*
  2. * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
  3. *
  4. * Licensed under the Apache License 2.0 (the "License"). You may not use
  5. * this file except in compliance with the License. You can obtain a copy
  6. * in the file LICENSE in the source distribution or at
  7. * https://www.openssl.org/source/license.html
  8. */
  9. #include <stdio.h>
  10. #include <string.h>
  11. #include <stdlib.h>
  12. #include "internal/nelem.h"
  13. #include <openssl/pkcs12.h>
  14. #include <openssl/x509.h>
  15. #include <openssl/x509v3.h>
  16. #include <openssl/pem.h>
  17. #include "testutil.h"
  18. #include "helpers/pkcs12.h"
  19. static int default_libctx = 1;
  20. static OSSL_LIB_CTX *testctx = NULL;
  21. static OSSL_PROVIDER *nullprov = NULL;
  22. static OSSL_PROVIDER *deflprov = NULL;
  23. static OSSL_PROVIDER *lgcyprov = NULL;
  24. /* --------------------------------------------------------------------------
  25. * PKCS12 component test data
  26. */
  27. static const unsigned char CERT1[] =
  28. {
  29. 0x30, 0x82, 0x01, 0xed, 0x30, 0x82, 0x01, 0x56, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00,
  30. 0x8b, 0x4b, 0x5e, 0x6c, 0x03, 0x28, 0x4e, 0xe6, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86,
  31. 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x19, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55,
  32. 0x04, 0x03, 0x0c, 0x0e, 0x50, 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x52, 0x6f, 0x6f, 0x74,
  33. 0x2d, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x31, 0x39, 0x30, 0x39, 0x33, 0x30, 0x30, 0x30, 0x34, 0x36,
  34. 0x35, 0x36, 0x5a, 0x17, 0x0d, 0x32, 0x39, 0x30, 0x39, 0x32, 0x37, 0x30, 0x30, 0x34, 0x36, 0x35,
  35. 0x36, 0x5a, 0x30, 0x1b, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x50,
  36. 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2d, 0x31, 0x30,
  37. 0x81, 0x9f, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05,
  38. 0x00, 0x03, 0x81, 0x8d, 0x00, 0x30, 0x81, 0x89, 0x02, 0x81, 0x81, 0x00, 0xbc, 0xdc, 0x6f, 0x8c,
  39. 0x7a, 0x2a, 0x4b, 0xea, 0x66, 0x66, 0x04, 0xa9, 0x05, 0x92, 0x53, 0xd7, 0x13, 0x3c, 0x49, 0xe1,
  40. 0xc8, 0xbb, 0xdf, 0x3d, 0xcb, 0x88, 0x31, 0x07, 0x20, 0x59, 0x93, 0x24, 0x7f, 0x7d, 0xc6, 0x84,
  41. 0x81, 0x16, 0x64, 0x4a, 0x52, 0xa6, 0x30, 0x44, 0xdc, 0x1a, 0x30, 0xde, 0xae, 0x29, 0x18, 0xcf,
  42. 0xc7, 0xf3, 0xcf, 0x0c, 0xb7, 0x8e, 0x2b, 0x1e, 0x21, 0x01, 0x0b, 0xfb, 0xe5, 0xe6, 0xcf, 0x2b,
  43. 0x84, 0xe1, 0x33, 0xf8, 0xba, 0x02, 0xfc, 0x30, 0xfa, 0xc4, 0x33, 0xc7, 0x37, 0xc6, 0x7f, 0x72,
  44. 0x31, 0x92, 0x1d, 0x8f, 0xa0, 0xfb, 0xe5, 0x4a, 0x08, 0x31, 0x78, 0x80, 0x9c, 0x23, 0xb4, 0xe9,
  45. 0x19, 0x56, 0x04, 0xfa, 0x0d, 0x07, 0x04, 0xb7, 0x43, 0xac, 0x4c, 0x49, 0x7c, 0xc2, 0xa1, 0x44,
  46. 0xc1, 0x48, 0x7d, 0x28, 0xe5, 0x23, 0x66, 0x07, 0x22, 0xd5, 0xf0, 0xf1, 0x02, 0x03, 0x01, 0x00,
  47. 0x01, 0xa3, 0x3b, 0x30, 0x39, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16,
  48. 0x80, 0x14, 0xdb, 0xbb, 0xb8, 0x92, 0x4e, 0x24, 0x0b, 0x1b, 0xbb, 0x78, 0x33, 0xf9, 0x01, 0x02,
  49. 0x23, 0x0d, 0x96, 0x18, 0x30, 0x47, 0x30, 0x09, 0x06, 0x03, 0x55, 0x1d, 0x13, 0x04, 0x02, 0x30,
  50. 0x00, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x1d, 0x0f, 0x04, 0x04, 0x03, 0x02, 0x04, 0xf0, 0x30, 0x0d,
  51. 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x03, 0x81, 0x81,
  52. 0x00, 0x1c, 0x13, 0xdc, 0x02, 0xf1, 0x44, 0x36, 0x65, 0xa9, 0xbe, 0x30, 0x1c, 0x66, 0x14, 0x20,
  53. 0x86, 0x5a, 0xa8, 0x69, 0x25, 0xf8, 0x1a, 0xb6, 0x9e, 0x5e, 0xe9, 0x89, 0xb8, 0x67, 0x70, 0x19,
  54. 0x87, 0x60, 0xeb, 0x4b, 0x11, 0x71, 0x85, 0xf8, 0xe9, 0xa7, 0x3e, 0x20, 0x42, 0xec, 0x43, 0x25,
  55. 0x01, 0x03, 0xe5, 0x4d, 0x83, 0x22, 0xf5, 0x8e, 0x3a, 0x1a, 0x1b, 0xd4, 0x1c, 0xda, 0x6b, 0x9d,
  56. 0x10, 0x1b, 0xee, 0x67, 0x4e, 0x1f, 0x69, 0xab, 0xbc, 0xaa, 0x62, 0x8e, 0x9e, 0xc6, 0xee, 0xd6,
  57. 0x09, 0xc0, 0xca, 0xe0, 0xaa, 0x9f, 0x07, 0xb2, 0xc2, 0xbb, 0x31, 0x96, 0xa2, 0x04, 0x62, 0xd3,
  58. 0x13, 0x32, 0x29, 0x67, 0x6e, 0xad, 0x2e, 0x0b, 0xea, 0x04, 0x7c, 0x8c, 0x5a, 0x5d, 0xac, 0x14,
  59. 0xaa, 0x61, 0x7f, 0x28, 0x6c, 0x2d, 0x64, 0x2d, 0xc3, 0xaf, 0x77, 0x52, 0x90, 0xb4, 0x37, 0xc0,
  60. 0x30,
  61. };
  62. static const unsigned char CERT2[] =
  63. {
  64. 0x30, 0x82, 0x01, 0xed, 0x30, 0x82, 0x01, 0x56, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00,
  65. 0x8b, 0x4b, 0x5e, 0x6c, 0x03, 0x28, 0x4e, 0xe7, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86,
  66. 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x19, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55,
  67. 0x04, 0x03, 0x0c, 0x0e, 0x50, 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x52, 0x6f, 0x6f, 0x74,
  68. 0x2d, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x31, 0x39, 0x30, 0x39, 0x33, 0x30, 0x30, 0x30, 0x34, 0x36,
  69. 0x35, 0x36, 0x5a, 0x17, 0x0d, 0x32, 0x39, 0x30, 0x39, 0x32, 0x37, 0x30, 0x30, 0x34, 0x36, 0x35,
  70. 0x36, 0x5a, 0x30, 0x1b, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x50,
  71. 0x31, 0x32, 0x54, 0x65, 0x73, 0x74, 0x2d, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2d, 0x31, 0x30,
  72. 0x81, 0x9f, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05,
  73. 0x00, 0x03, 0x81, 0x8d, 0x00, 0x30, 0x81, 0x89, 0x02, 0x81, 0x81, 0x00, 0xa8, 0x6e, 0x40, 0x86,
  74. 0x9f, 0x98, 0x59, 0xfb, 0x57, 0xbf, 0xc1, 0x55, 0x12, 0x38, 0xeb, 0xb3, 0x46, 0x34, 0xc9, 0x35,
  75. 0x4d, 0xfd, 0x03, 0xe9, 0x3a, 0x88, 0x9e, 0x97, 0x8f, 0xf4, 0xec, 0x36, 0x7b, 0x3f, 0xba, 0xb8,
  76. 0xa5, 0x96, 0x30, 0x03, 0xc5, 0xc6, 0xd9, 0xa8, 0x4e, 0xbc, 0x23, 0x51, 0xa1, 0x96, 0xd2, 0x03,
  77. 0x98, 0x73, 0xb6, 0x17, 0x9c, 0x77, 0xd4, 0x95, 0x1e, 0x1b, 0xb3, 0x1b, 0xc8, 0x71, 0xd1, 0x2e,
  78. 0x31, 0xc7, 0x6a, 0x75, 0x57, 0x08, 0x7f, 0xba, 0x70, 0x76, 0xf7, 0x67, 0xf4, 0x4e, 0xbe, 0xfc,
  79. 0x70, 0x61, 0x41, 0x07, 0x2b, 0x7c, 0x3c, 0x3b, 0xb3, 0xbc, 0xd5, 0xa8, 0xbd, 0x28, 0xd8, 0x49,
  80. 0xd3, 0xe1, 0x78, 0xc8, 0xc1, 0x42, 0x5e, 0x18, 0x36, 0xa8, 0x41, 0xf7, 0xc8, 0xaa, 0x35, 0xfe,
  81. 0x2d, 0xd1, 0xb4, 0xcc, 0x00, 0x67, 0xae, 0x79, 0xd3, 0x28, 0xd5, 0x5b, 0x02, 0x03, 0x01, 0x00,
  82. 0x01, 0xa3, 0x3b, 0x30, 0x39, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16,
  83. 0x80, 0x14, 0xdb, 0xbb, 0xb8, 0x92, 0x4e, 0x24, 0x0b, 0x1b, 0xbb, 0x78, 0x33, 0xf9, 0x01, 0x02,
  84. 0x23, 0x0d, 0x96, 0x18, 0x30, 0x47, 0x30, 0x09, 0x06, 0x03, 0x55, 0x1d, 0x13, 0x04, 0x02, 0x30,
  85. 0x00, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x1d, 0x0f, 0x04, 0x04, 0x03, 0x02, 0x04, 0xf0, 0x30, 0x0d,
  86. 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x03, 0x81, 0x81,
  87. 0x00, 0x3b, 0xa6, 0x73, 0xbe, 0xe0, 0x28, 0xed, 0x1f, 0x29, 0x78, 0x4c, 0xc0, 0x1f, 0xe9, 0x85,
  88. 0xc6, 0x8f, 0xe3, 0x87, 0x7c, 0xd9, 0xe7, 0x0a, 0x37, 0xe8, 0xaa, 0xb5, 0xd2, 0x7f, 0xf8, 0x90,
  89. 0x20, 0x80, 0x35, 0xa7, 0x79, 0x2b, 0x04, 0xa7, 0xbf, 0xe6, 0x7b, 0x58, 0xcb, 0xec, 0x0e, 0x58,
  90. 0xef, 0x2a, 0x70, 0x8a, 0x56, 0x8a, 0xcf, 0x6b, 0x7a, 0x74, 0x0c, 0xf4, 0x15, 0x37, 0x93, 0xcd,
  91. 0xe6, 0xb2, 0xa1, 0x83, 0x09, 0xdb, 0x9e, 0x4f, 0xff, 0x6a, 0x17, 0x4f, 0x33, 0xc9, 0xcc, 0x90,
  92. 0x2a, 0x67, 0xff, 0x16, 0x78, 0xa8, 0x2c, 0x10, 0xe0, 0x52, 0x8c, 0xe6, 0xe9, 0x90, 0x8d, 0xe0,
  93. 0x62, 0x04, 0x9a, 0x0f, 0x44, 0x01, 0x82, 0x14, 0x92, 0x44, 0x25, 0x69, 0x22, 0xb7, 0xb8, 0xc5,
  94. 0x94, 0x4c, 0x4b, 0x1c, 0x9b, 0x92, 0x60, 0x66, 0x90, 0x4e, 0xb9, 0xa8, 0x4c, 0x89, 0xbb, 0x0f,
  95. 0x0b,
  96. };
  97. static const unsigned char KEY1[] =
  98. {
  99. 0x30, 0x82, 0x02, 0x5d, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81, 0x00, 0xbc, 0xdc, 0x6f, 0x8c, 0x7a,
  100. 0x2a, 0x4b, 0xea, 0x66, 0x66, 0x04, 0xa9, 0x05, 0x92, 0x53, 0xd7, 0x13, 0x3c, 0x49, 0xe1, 0xc8,
  101. 0xbb, 0xdf, 0x3d, 0xcb, 0x88, 0x31, 0x07, 0x20, 0x59, 0x93, 0x24, 0x7f, 0x7d, 0xc6, 0x84, 0x81,
  102. 0x16, 0x64, 0x4a, 0x52, 0xa6, 0x30, 0x44, 0xdc, 0x1a, 0x30, 0xde, 0xae, 0x29, 0x18, 0xcf, 0xc7,
  103. 0xf3, 0xcf, 0x0c, 0xb7, 0x8e, 0x2b, 0x1e, 0x21, 0x01, 0x0b, 0xfb, 0xe5, 0xe6, 0xcf, 0x2b, 0x84,
  104. 0xe1, 0x33, 0xf8, 0xba, 0x02, 0xfc, 0x30, 0xfa, 0xc4, 0x33, 0xc7, 0x37, 0xc6, 0x7f, 0x72, 0x31,
  105. 0x92, 0x1d, 0x8f, 0xa0, 0xfb, 0xe5, 0x4a, 0x08, 0x31, 0x78, 0x80, 0x9c, 0x23, 0xb4, 0xe9, 0x19,
  106. 0x56, 0x04, 0xfa, 0x0d, 0x07, 0x04, 0xb7, 0x43, 0xac, 0x4c, 0x49, 0x7c, 0xc2, 0xa1, 0x44, 0xc1,
  107. 0x48, 0x7d, 0x28, 0xe5, 0x23, 0x66, 0x07, 0x22, 0xd5, 0xf0, 0xf1, 0x02, 0x03, 0x01, 0x00, 0x01,
  108. 0x02, 0x81, 0x81, 0x00, 0xa5, 0x6d, 0xf9, 0x8f, 0xf5, 0x5a, 0xa3, 0x50, 0xd9, 0x0d, 0x37, 0xbb,
  109. 0xce, 0x13, 0x94, 0xb8, 0xea, 0x32, 0x7f, 0x0c, 0xf5, 0x46, 0x0b, 0x90, 0x17, 0x7e, 0x5e, 0x63,
  110. 0xbd, 0xa4, 0x78, 0xcd, 0x19, 0x97, 0xd4, 0x92, 0x30, 0x78, 0xaa, 0xb4, 0xa7, 0x9c, 0xc6, 0xdf,
  111. 0x2a, 0x65, 0x0e, 0xb5, 0x9f, 0x9c, 0x84, 0x0d, 0x4d, 0x3a, 0x74, 0xfc, 0xd0, 0xb4, 0x09, 0x74,
  112. 0xc4, 0xb8, 0x24, 0x03, 0xa8, 0xf0, 0xf8, 0x0d, 0x5c, 0x8e, 0xdf, 0x4b, 0xe1, 0x0a, 0x8f, 0x4f,
  113. 0xd5, 0xc7, 0x9b, 0x54, 0x55, 0x8f, 0x00, 0x5c, 0xea, 0x4c, 0x73, 0xf9, 0x1b, 0xbf, 0xb8, 0x93,
  114. 0x33, 0x20, 0xce, 0x45, 0xd9, 0x03, 0x02, 0xb2, 0x36, 0xc5, 0x0a, 0x30, 0x50, 0x78, 0x80, 0x66,
  115. 0x00, 0x22, 0x38, 0x86, 0xcf, 0x63, 0x4a, 0x5c, 0xbf, 0x2b, 0xd9, 0x6e, 0xe6, 0xf0, 0x39, 0xad,
  116. 0x12, 0x25, 0x41, 0xb9, 0x02, 0x41, 0x00, 0xf3, 0x7c, 0x07, 0x99, 0x64, 0x3a, 0x28, 0x8c, 0x8d,
  117. 0x05, 0xfe, 0x32, 0xb5, 0x4c, 0x8c, 0x6d, 0xde, 0x3d, 0x16, 0x08, 0xa0, 0x01, 0x61, 0x4f, 0x8e,
  118. 0xa0, 0xf7, 0x26, 0x26, 0xb5, 0x8e, 0xc0, 0x7a, 0xce, 0x86, 0x34, 0xde, 0xb8, 0xef, 0x86, 0x01,
  119. 0xbe, 0x24, 0xaa, 0x9b, 0x36, 0x93, 0x72, 0x9b, 0xf9, 0xc6, 0xcb, 0x76, 0x84, 0x67, 0x06, 0x06,
  120. 0x30, 0x50, 0xdf, 0x42, 0x17, 0xe0, 0xa7, 0x02, 0x41, 0x00, 0xc6, 0x91, 0xa0, 0x41, 0x34, 0x11,
  121. 0x67, 0x4b, 0x08, 0x0f, 0xda, 0xa7, 0x99, 0xec, 0x58, 0x11, 0xa5, 0x82, 0xdb, 0x50, 0xfe, 0x77,
  122. 0xe2, 0xd1, 0x53, 0x9c, 0x7d, 0xe8, 0xbf, 0xe7, 0x7c, 0xa9, 0x01, 0xb1, 0x87, 0xc3, 0x52, 0x79,
  123. 0x9e, 0x2c, 0xa7, 0x6f, 0x02, 0x37, 0x32, 0xef, 0x24, 0x31, 0x21, 0x0b, 0x86, 0x05, 0x32, 0x4a,
  124. 0x2e, 0x0b, 0x65, 0x05, 0xd3, 0xd6, 0x30, 0xb2, 0xfc, 0xa7, 0x02, 0x41, 0x00, 0xc2, 0xed, 0x31,
  125. 0xdc, 0x40, 0x9c, 0x3a, 0xe8, 0x42, 0xe2, 0x60, 0x5e, 0x52, 0x3c, 0xc5, 0x54, 0x14, 0x0e, 0x8d,
  126. 0x7c, 0x3c, 0x34, 0xbe, 0xa6, 0x05, 0x86, 0xa2, 0x36, 0x5d, 0xd9, 0x0e, 0x3e, 0xd4, 0x52, 0x50,
  127. 0xa9, 0x35, 0x01, 0x93, 0x68, 0x92, 0x2e, 0x9a, 0x86, 0x27, 0x1a, 0xab, 0x32, 0x9e, 0xe2, 0x79,
  128. 0x9f, 0x5b, 0xf3, 0xa5, 0xd2, 0xf1, 0xd3, 0x6e, 0x7b, 0x3e, 0x1b, 0x85, 0x93, 0x02, 0x40, 0x68,
  129. 0xb8, 0xb6, 0x7e, 0x8c, 0xba, 0x3c, 0xf2, 0x8a, 0x2e, 0xea, 0x4f, 0x07, 0xd3, 0x68, 0x62, 0xee,
  130. 0x1a, 0x04, 0x16, 0x44, 0x0d, 0xef, 0xf6, 0x1b, 0x95, 0x65, 0xa5, 0xd1, 0x47, 0x81, 0x2c, 0x14,
  131. 0xb3, 0x8e, 0xf9, 0x08, 0xcf, 0x11, 0x07, 0x55, 0xca, 0x2a, 0xad, 0xf7, 0xd3, 0xbd, 0x0f, 0x97,
  132. 0xf0, 0xde, 0xde, 0x70, 0xb6, 0x44, 0x70, 0x47, 0xf7, 0xf9, 0xcf, 0x75, 0x61, 0x7f, 0xf3, 0x02,
  133. 0x40, 0x38, 0x4a, 0x67, 0xaf, 0xae, 0xb6, 0xb2, 0x6a, 0x00, 0x25, 0x5a, 0xa4, 0x65, 0x20, 0xb1,
  134. 0x13, 0xbd, 0x83, 0xff, 0xb4, 0xbc, 0xf4, 0xdd, 0xa1, 0xbb, 0x1c, 0x96, 0x37, 0x35, 0xf4, 0xbf,
  135. 0xed, 0x4c, 0xed, 0x92, 0xe8, 0xac, 0xc9, 0xc1, 0xa5, 0xa3, 0x23, 0x66, 0x40, 0x8a, 0xa1, 0xe6,
  136. 0xe3, 0x95, 0xfe, 0xc4, 0x53, 0xf5, 0x7d, 0x6e, 0xca, 0x45, 0x42, 0xe4, 0xc2, 0x9f, 0xe5, 0x1e,
  137. 0xb5,
  138. };
  139. static const unsigned char KEY2[] =
  140. {
  141. 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81, 0x00, 0xa8, 0x6e, 0x40, 0x86, 0x9f,
  142. 0x98, 0x59, 0xfb, 0x57, 0xbf, 0xc1, 0x55, 0x12, 0x38, 0xeb, 0xb3, 0x46, 0x34, 0xc9, 0x35, 0x4d,
  143. 0xfd, 0x03, 0xe9, 0x3a, 0x88, 0x9e, 0x97, 0x8f, 0xf4, 0xec, 0x36, 0x7b, 0x3f, 0xba, 0xb8, 0xa5,
  144. 0x96, 0x30, 0x03, 0xc5, 0xc6, 0xd9, 0xa8, 0x4e, 0xbc, 0x23, 0x51, 0xa1, 0x96, 0xd2, 0x03, 0x98,
  145. 0x73, 0xb6, 0x17, 0x9c, 0x77, 0xd4, 0x95, 0x1e, 0x1b, 0xb3, 0x1b, 0xc8, 0x71, 0xd1, 0x2e, 0x31,
  146. 0xc7, 0x6a, 0x75, 0x57, 0x08, 0x7f, 0xba, 0x70, 0x76, 0xf7, 0x67, 0xf4, 0x4e, 0xbe, 0xfc, 0x70,
  147. 0x61, 0x41, 0x07, 0x2b, 0x7c, 0x3c, 0x3b, 0xb3, 0xbc, 0xd5, 0xa8, 0xbd, 0x28, 0xd8, 0x49, 0xd3,
  148. 0xe1, 0x78, 0xc8, 0xc1, 0x42, 0x5e, 0x18, 0x36, 0xa8, 0x41, 0xf7, 0xc8, 0xaa, 0x35, 0xfe, 0x2d,
  149. 0xd1, 0xb4, 0xcc, 0x00, 0x67, 0xae, 0x79, 0xd3, 0x28, 0xd5, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01,
  150. 0x02, 0x81, 0x81, 0x00, 0xa6, 0x00, 0x83, 0xf8, 0x2b, 0x33, 0xac, 0xfb, 0xdb, 0xf0, 0x52, 0x4b,
  151. 0xd6, 0x39, 0xe3, 0x94, 0x3d, 0x8d, 0xa9, 0x01, 0xb0, 0x6b, 0xbe, 0x7f, 0x10, 0x01, 0xb6, 0xcd,
  152. 0x0a, 0x45, 0x0a, 0xca, 0x67, 0x8e, 0xd8, 0x29, 0x44, 0x8a, 0x51, 0xa8, 0x66, 0x35, 0x26, 0x30,
  153. 0x8b, 0xe9, 0x41, 0xa6, 0x22, 0xec, 0xd2, 0xf0, 0x58, 0x41, 0x33, 0x26, 0xf2, 0x3f, 0xe8, 0x75,
  154. 0x4f, 0xc7, 0x5d, 0x2e, 0x5a, 0xa8, 0x7a, 0xd2, 0xbf, 0x59, 0xa0, 0x86, 0x79, 0x0b, 0x92, 0x6c,
  155. 0x95, 0x5d, 0x87, 0x63, 0x5c, 0xd6, 0x1a, 0xc0, 0xf6, 0x7a, 0x15, 0x8d, 0xc7, 0x3c, 0xb6, 0x9e,
  156. 0xa6, 0x58, 0x46, 0x9b, 0xbf, 0x3e, 0x28, 0x8c, 0xdf, 0x1a, 0x87, 0xaa, 0x7e, 0xf5, 0xf2, 0xcb,
  157. 0x5e, 0x84, 0x2d, 0xf6, 0x82, 0x7e, 0x89, 0x4e, 0xf5, 0xe6, 0x3c, 0x92, 0x80, 0x1e, 0x98, 0x1c,
  158. 0x6a, 0x7b, 0x57, 0x01, 0x02, 0x41, 0x00, 0xdd, 0x60, 0x95, 0xd7, 0xa1, 0x9d, 0x0c, 0xa1, 0x84,
  159. 0xc5, 0x39, 0xca, 0x67, 0x4c, 0x1c, 0x06, 0x71, 0x5b, 0x5c, 0x2d, 0x8d, 0xce, 0xcd, 0xe2, 0x79,
  160. 0xc8, 0x33, 0xbe, 0x50, 0x37, 0x60, 0x9f, 0x3b, 0xb9, 0x59, 0x55, 0x22, 0x1f, 0xa5, 0x4b, 0x1d,
  161. 0xca, 0x38, 0xa0, 0xab, 0x87, 0x9c, 0x86, 0x0e, 0xdb, 0x1c, 0x4f, 0x4f, 0x07, 0xed, 0x18, 0x3f,
  162. 0x05, 0x3c, 0xec, 0x78, 0x11, 0xf6, 0x99, 0x02, 0x41, 0x00, 0xc2, 0xc5, 0xcf, 0xbe, 0x95, 0x91,
  163. 0xeb, 0xcf, 0x47, 0xf3, 0x33, 0x32, 0xc7, 0x7e, 0x93, 0x56, 0xf7, 0xd8, 0xf9, 0xd4, 0xb6, 0xd6,
  164. 0x20, 0xac, 0xba, 0x8a, 0x20, 0x19, 0x14, 0xab, 0xc5, 0x5d, 0xb2, 0x08, 0xcc, 0x77, 0x7c, 0x65,
  165. 0xa8, 0xdb, 0x66, 0x97, 0x36, 0x44, 0x2c, 0x63, 0xc0, 0x6a, 0x7e, 0xb0, 0x0b, 0x5c, 0x90, 0x12,
  166. 0x50, 0xb4, 0x36, 0x60, 0xc3, 0x1f, 0x22, 0x0c, 0xc8, 0x13, 0x02, 0x40, 0x33, 0xc8, 0x7e, 0x04,
  167. 0x7c, 0x97, 0x61, 0xf6, 0xfe, 0x39, 0xac, 0x34, 0xfe, 0x48, 0xbd, 0x5d, 0x7c, 0x72, 0xa4, 0x73,
  168. 0x3b, 0x72, 0x9e, 0x92, 0x55, 0x6e, 0x51, 0x3c, 0x39, 0x43, 0x5a, 0xe4, 0xa4, 0x71, 0xcc, 0xc5,
  169. 0xaf, 0x3f, 0xbb, 0xc8, 0x80, 0x65, 0x67, 0x2d, 0x9e, 0x32, 0x10, 0x99, 0x03, 0x2c, 0x99, 0xc8,
  170. 0xab, 0x71, 0xed, 0x31, 0xf8, 0xbb, 0xde, 0xee, 0x69, 0x7f, 0xba, 0x31, 0x02, 0x40, 0x7e, 0xbc,
  171. 0x60, 0x55, 0x4e, 0xd5, 0xc8, 0x6e, 0xf4, 0x0e, 0x57, 0xbe, 0x2e, 0xf9, 0x39, 0xbe, 0x59, 0x3f,
  172. 0xa2, 0x30, 0xbb, 0x57, 0xd1, 0xa3, 0x13, 0x2e, 0x55, 0x7c, 0x7c, 0x6a, 0xd8, 0xde, 0x02, 0xbe,
  173. 0x9e, 0xed, 0x10, 0xd0, 0xc5, 0x73, 0x1d, 0xea, 0x3e, 0xb1, 0x55, 0x81, 0x02, 0xef, 0x48, 0xc8,
  174. 0x1c, 0x5c, 0x7a, 0x92, 0xb0, 0x58, 0xd3, 0x19, 0x5b, 0x5d, 0xa2, 0xb6, 0x56, 0x69, 0x02, 0x40,
  175. 0x1e, 0x00, 0x6a, 0x9f, 0xba, 0xee, 0x46, 0x5a, 0xc5, 0xb5, 0x9f, 0x91, 0x33, 0xdd, 0xc9, 0x96,
  176. 0x75, 0xb7, 0x87, 0xcf, 0x18, 0x1c, 0xb7, 0xb9, 0x3f, 0x04, 0x10, 0xb8, 0x75, 0xa9, 0xb8, 0xa0,
  177. 0x31, 0x35, 0x03, 0x30, 0x89, 0xc8, 0x37, 0x68, 0x20, 0x30, 0x99, 0x39, 0x96, 0xd6, 0x2b, 0x3d,
  178. 0x5e, 0x45, 0x84, 0xf7, 0xd2, 0x61, 0x50, 0xc9, 0x50, 0xba, 0x8d, 0x08, 0xaa, 0xd0, 0x08, 0x1e,
  179. };
  180. static const PKCS12_ATTR ATTRS1[] = {
  181. { "friendlyName", "george" },
  182. { "localKeyID", "1234567890" },
  183. { "1.2.3.4.5", "MyCustomAttribute" },
  184. { NULL, NULL }
  185. };
  186. static const PKCS12_ATTR ATTRS2[] = {
  187. { "friendlyName", "janet" },
  188. { "localKeyID", "987654321" },
  189. { "1.2.3.5.8.13", "AnotherCustomAttribute" },
  190. { NULL, NULL }
  191. };
  192. static const PKCS12_ENC enc_default = {
  193. #ifndef OPENSSL_NO_DES
  194. NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
  195. #else
  196. NID_aes_128_cbc,
  197. #endif
  198. "Password1",
  199. 1000
  200. };
  201. static const PKCS12_ENC mac_default = {
  202. NID_sha1,
  203. "Password1",
  204. 1000
  205. };
  206. static const int enc_nids_all[] = {
  207. /* NOTE: To use PBES2 we pass the desired cipher NID instead of NID_pbes2 */
  208. NID_aes_128_cbc,
  209. NID_aes_256_cbc,
  210. #ifndef OPENSSL_NO_DES
  211. NID_des_ede3_cbc,
  212. NID_des_cbc,
  213. #endif
  214. #ifndef OPENSSL_NO_RC5
  215. NID_rc5_cbc,
  216. #endif
  217. #ifndef OPENSSL_NO_RC4
  218. NID_rc4,
  219. #endif
  220. #ifndef OPENSSL_NO_RC2
  221. NID_rc2_cbc,
  222. #endif
  223. #ifndef OPENSSL_NO_MD2
  224. # ifndef OPENSSL_NO_DES
  225. NID_pbeWithMD2AndDES_CBC,
  226. # endif
  227. # ifndef OPENSSL_NO_RC2
  228. NID_pbeWithMD2AndRC2_CBC,
  229. # endif
  230. #endif
  231. #ifndef OPENSSL_NO_MD5
  232. # ifndef OPENSSL_NO_DES
  233. NID_pbeWithMD5AndDES_CBC,
  234. # endif
  235. # ifndef OPENSSL_NO_RC2
  236. NID_pbeWithMD5AndRC2_CBC,
  237. # endif
  238. #endif
  239. #ifndef OPENSSL_NO_DES
  240. NID_pbeWithSHA1AndDES_CBC,
  241. #endif
  242. #ifndef OPENSSL_NO_RC2
  243. NID_pbe_WithSHA1And128BitRC2_CBC,
  244. NID_pbe_WithSHA1And40BitRC2_CBC,
  245. NID_pbeWithSHA1AndRC2_CBC,
  246. #endif
  247. #ifndef OPENSSL_NO_RC4
  248. NID_pbe_WithSHA1And128BitRC4,
  249. NID_pbe_WithSHA1And40BitRC4,
  250. #endif
  251. #ifndef OPENSSL_NO_DES
  252. NID_pbe_WithSHA1And2_Key_TripleDES_CBC,
  253. NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
  254. #endif
  255. };
  256. static const int enc_nids_no_legacy[] = {
  257. /* NOTE: To use PBES2 we pass the desired cipher NID instead of NID_pbes2 */
  258. NID_aes_128_cbc,
  259. NID_aes_256_cbc,
  260. #ifndef OPENSSL_NO_DES
  261. NID_des_ede3_cbc,
  262. NID_pbe_WithSHA1And2_Key_TripleDES_CBC,
  263. NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
  264. #endif
  265. };
  266. static const int mac_nids[] = {
  267. NID_sha1,
  268. NID_md5,
  269. NID_sha256,
  270. NID_sha512,
  271. NID_sha3_256,
  272. NID_sha3_512
  273. };
  274. static const int iters[] = {
  275. 1,
  276. 1000
  277. };
  278. static const char *passwords[] = {
  279. "Password1",
  280. "",
  281. };
  282. /* --------------------------------------------------------------------------
  283. * Local functions
  284. */
  285. static int get_custom_oid(void)
  286. {
  287. static int sec_nid = -1;
  288. if (sec_nid != -1)
  289. return sec_nid;
  290. if (!TEST_true(OBJ_create("1.3.5.7.9", "CustomSecretOID", "My custom secret OID")))
  291. return -1;
  292. return sec_nid = OBJ_txt2nid("CustomSecretOID");
  293. }
  294. /* --------------------------------------------------------------------------
  295. * PKCS12 format tests
  296. */
  297. static int test_single_cert_no_attrs(void)
  298. {
  299. PKCS12_BUILDER *pb = new_pkcs12_builder("1cert.p12");
  300. /* Generate/encode */
  301. start_pkcs12(pb);
  302. start_contentinfo(pb);
  303. add_certbag(pb, CERT1, sizeof(CERT1), NULL);
  304. end_contentinfo(pb);
  305. end_pkcs12(pb);
  306. /* Read/decode */
  307. start_check_pkcs12(pb);
  308. start_check_contentinfo(pb);
  309. check_certbag(pb, CERT1, sizeof(CERT1), NULL);
  310. end_check_contentinfo(pb);
  311. end_check_pkcs12(pb);
  312. return end_pkcs12_builder(pb);
  313. }
  314. static int test_single_key(PKCS12_ENC *enc)
  315. {
  316. char fname[80];
  317. PKCS12_BUILDER *pb;
  318. sprintf(fname, "1key_ciph-%s_iter-%d.p12", OBJ_nid2sn(enc->nid), enc->iter);
  319. pb = new_pkcs12_builder(fname);
  320. /* Generate/encode */
  321. start_pkcs12(pb);
  322. start_contentinfo(pb);
  323. add_keybag(pb, KEY1, sizeof(KEY1), NULL, enc);
  324. end_contentinfo(pb);
  325. end_pkcs12(pb);
  326. /* Read/decode */
  327. start_check_pkcs12(pb);
  328. start_check_contentinfo(pb);
  329. check_keybag(pb, KEY1, sizeof(KEY1), NULL, enc);
  330. end_check_contentinfo(pb);
  331. end_check_pkcs12(pb);
  332. return end_pkcs12_builder(pb);
  333. }
  334. static int test_single_key_enc_alg(int z)
  335. {
  336. PKCS12_ENC enc;
  337. if (lgcyprov == NULL)
  338. enc.nid = enc_nids_no_legacy[z];
  339. else
  340. enc.nid = enc_nids_all[z];
  341. enc.pass = enc_default.pass;
  342. enc.iter = enc_default.iter;
  343. return test_single_key(&enc);
  344. }
  345. static int test_single_key_enc_pass(int z)
  346. {
  347. PKCS12_ENC enc;
  348. enc.nid = enc_default.nid;
  349. enc.pass = passwords[z];
  350. enc.iter = enc_default.iter;
  351. return test_single_key(&enc);
  352. }
  353. static int test_single_key_enc_iter(int z)
  354. {
  355. PKCS12_ENC enc;
  356. enc.nid = enc_default.nid;
  357. enc.pass = enc_default.pass;
  358. enc.iter = iters[z];
  359. return test_single_key(&enc);
  360. }
  361. static int test_single_key_with_attrs(void)
  362. {
  363. PKCS12_BUILDER *pb = new_pkcs12_builder("1keyattrs.p12");
  364. /* Generate/encode */
  365. start_pkcs12(pb);
  366. start_contentinfo(pb);
  367. add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  368. end_contentinfo(pb);
  369. end_pkcs12(pb);
  370. /* Read/decode */
  371. start_check_pkcs12(pb);
  372. start_check_contentinfo(pb);
  373. check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  374. end_check_contentinfo(pb);
  375. end_check_pkcs12(pb);
  376. return end_pkcs12_builder(pb);
  377. }
  378. static int test_single_cert_mac(PKCS12_ENC *mac)
  379. {
  380. char fname[80];
  381. PKCS12_BUILDER *pb;
  382. sprintf(fname, "1cert_mac-%s_iter-%d.p12", OBJ_nid2sn(mac->nid), mac->iter);
  383. pb = new_pkcs12_builder(fname);
  384. /* Generate/encode */
  385. start_pkcs12(pb);
  386. start_contentinfo(pb);
  387. add_certbag(pb, CERT1, sizeof(CERT1), NULL);
  388. end_contentinfo(pb);
  389. end_pkcs12_with_mac(pb, mac);
  390. /* Read/decode */
  391. start_check_pkcs12_with_mac(pb, mac);
  392. start_check_contentinfo(pb);
  393. check_certbag(pb, CERT1, sizeof(CERT1), NULL);
  394. end_check_contentinfo(pb);
  395. end_check_pkcs12(pb);
  396. return end_pkcs12_builder(pb);
  397. }
  398. static int test_single_cert_mac_alg(int z)
  399. {
  400. PKCS12_ENC mac;
  401. mac.nid = mac_nids[z];
  402. mac.pass = mac_default.pass;
  403. mac.iter = mac_default.iter;
  404. return test_single_cert_mac(&mac);
  405. }
  406. static int test_single_cert_mac_pass(int z)
  407. {
  408. PKCS12_ENC mac;
  409. mac.nid = mac_default.nid;
  410. mac.pass = passwords[z];
  411. mac.iter = mac_default.iter;
  412. return test_single_cert_mac(&mac);
  413. }
  414. static int test_single_cert_mac_iter(int z)
  415. {
  416. PKCS12_ENC mac;
  417. mac.nid = mac_default.nid;
  418. mac.pass = mac_default.pass;
  419. mac.iter = iters[z];
  420. return test_single_cert_mac(&mac);
  421. }
  422. static int test_cert_key_with_attrs_and_mac(void)
  423. {
  424. PKCS12_BUILDER *pb = new_pkcs12_builder("1cert1key.p12");
  425. /* Generate/encode */
  426. start_pkcs12(pb);
  427. start_contentinfo(pb);
  428. add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  429. add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  430. end_contentinfo(pb);
  431. end_pkcs12_with_mac(pb, &mac_default);
  432. /* Read/decode */
  433. start_check_pkcs12_with_mac(pb, &mac_default);
  434. start_check_contentinfo(pb);
  435. check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  436. check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  437. end_check_contentinfo(pb);
  438. end_check_pkcs12(pb);
  439. return end_pkcs12_builder(pb);
  440. }
  441. static int test_cert_key_encrypted_content(void)
  442. {
  443. PKCS12_BUILDER *pb = new_pkcs12_builder("1cert1key_enc.p12");
  444. /* Generate/encode */
  445. start_pkcs12(pb);
  446. start_contentinfo(pb);
  447. add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  448. add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  449. end_contentinfo_encrypted(pb, &enc_default);
  450. end_pkcs12_with_mac(pb, &mac_default);
  451. /* Read/decode */
  452. start_check_pkcs12_with_mac(pb, &mac_default);
  453. start_check_contentinfo_encrypted(pb, &enc_default);
  454. check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  455. check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  456. end_check_contentinfo(pb);
  457. end_check_pkcs12(pb);
  458. return end_pkcs12_builder(pb);
  459. }
  460. static int test_single_secret_encrypted_content(void)
  461. {
  462. PKCS12_BUILDER *pb = new_pkcs12_builder("1secret.p12");
  463. int custom_nid = get_custom_oid();
  464. /* Generate/encode */
  465. start_pkcs12(pb);
  466. start_contentinfo(pb);
  467. add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1);
  468. end_contentinfo_encrypted(pb, &enc_default);
  469. end_pkcs12_with_mac(pb, &mac_default);
  470. /* Read/decode */
  471. start_check_pkcs12_with_mac(pb, &mac_default);
  472. start_check_contentinfo_encrypted(pb, &enc_default);
  473. check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1);
  474. end_check_contentinfo(pb);
  475. end_check_pkcs12(pb);
  476. return end_pkcs12_builder(pb);
  477. }
  478. static int test_single_secret(PKCS12_ENC *enc)
  479. {
  480. int custom_nid;
  481. char fname[80];
  482. PKCS12_BUILDER *pb;
  483. sprintf(fname, "1secret_ciph-%s_iter-%d.p12", OBJ_nid2sn(enc->nid), enc->iter);
  484. pb = new_pkcs12_builder(fname);
  485. custom_nid = get_custom_oid();
  486. /* Generate/encode */
  487. start_pkcs12(pb);
  488. start_contentinfo(pb);
  489. add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1);
  490. end_contentinfo_encrypted(pb, enc);
  491. end_pkcs12_with_mac(pb, &mac_default);
  492. /* Read/decode */
  493. start_check_pkcs12_with_mac(pb, &mac_default);
  494. start_check_contentinfo_encrypted(pb, enc);
  495. check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1);
  496. end_check_contentinfo(pb);
  497. end_check_pkcs12(pb);
  498. return end_pkcs12_builder(pb);
  499. }
  500. static int test_single_secret_enc_alg(int z)
  501. {
  502. PKCS12_ENC enc;
  503. if (lgcyprov == NULL)
  504. enc.nid = enc_nids_no_legacy[z];
  505. else
  506. enc.nid = enc_nids_all[z];
  507. enc.pass = enc_default.pass;
  508. enc.iter = enc_default.iter;
  509. return test_single_secret(&enc);
  510. }
  511. static int test_multiple_contents(void)
  512. {
  513. PKCS12_BUILDER *pb = new_pkcs12_builder("multi_contents.p12");
  514. int custom_nid = get_custom_oid();
  515. /* Generate/encode */
  516. start_pkcs12(pb);
  517. start_contentinfo(pb);
  518. add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  519. add_certbag(pb, CERT2, sizeof(CERT2), ATTRS2);
  520. add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  521. add_keybag(pb, KEY2, sizeof(KEY2), ATTRS2, &enc_default);
  522. end_contentinfo(pb);
  523. start_contentinfo(pb);
  524. add_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1);
  525. end_contentinfo_encrypted(pb, &enc_default);
  526. end_pkcs12_with_mac(pb, &mac_default);
  527. /* Read/decode */
  528. start_check_pkcs12_with_mac(pb, &mac_default);
  529. start_check_contentinfo(pb);
  530. check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1);
  531. check_certbag(pb, CERT2, sizeof(CERT2), ATTRS2);
  532. check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default);
  533. check_keybag(pb, KEY2, sizeof(KEY2), ATTRS2, &enc_default);
  534. end_check_contentinfo(pb);
  535. start_check_contentinfo_encrypted(pb, &enc_default);
  536. check_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1);
  537. end_check_contentinfo(pb);
  538. end_check_pkcs12(pb);
  539. return end_pkcs12_builder(pb);
  540. }
  541. #ifndef OPENSSL_NO_DES
  542. static int pkcs12_create_test(void)
  543. {
  544. int ret = 0;
  545. EVP_PKEY *pkey = NULL;
  546. PKCS12 *p12 = NULL;
  547. const unsigned char *p;
  548. static const unsigned char rsa_key[] = {
  549. 0x30, 0x82, 0x02, 0x5d, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81, 0x00, 0xbb,
  550. 0x24, 0x7a, 0x09, 0x7e, 0x0e, 0xb2, 0x37, 0x32, 0xcc, 0x39, 0x67, 0xad,
  551. 0xf1, 0x9e, 0x3d, 0x6b, 0x82, 0x83, 0xd1, 0xd0, 0xac, 0xa4, 0xc0, 0x18,
  552. 0xbe, 0x8d, 0x98, 0x00, 0xc0, 0x7b, 0xff, 0x07, 0x44, 0xc9, 0xca, 0x1c,
  553. 0xba, 0x36, 0xe1, 0x27, 0x69, 0xff, 0xb1, 0xe3, 0x8d, 0x8b, 0xee, 0x57,
  554. 0xa9, 0x3a, 0xaa, 0x16, 0x43, 0x39, 0x54, 0x19, 0x7c, 0xae, 0x69, 0x24,
  555. 0x14, 0xf6, 0x64, 0xff, 0xbc, 0x74, 0xc6, 0x67, 0x6c, 0x4c, 0xf1, 0x02,
  556. 0x49, 0x69, 0xc7, 0x2b, 0xe1, 0xe1, 0xa1, 0xa3, 0x43, 0x14, 0xf4, 0x77,
  557. 0x8f, 0xc8, 0xd0, 0x85, 0x5a, 0x35, 0x95, 0xac, 0x62, 0xa9, 0xc1, 0x21,
  558. 0x00, 0x77, 0xa0, 0x8b, 0x97, 0x30, 0xb4, 0x5a, 0x2c, 0xb8, 0x90, 0x2f,
  559. 0x48, 0xa0, 0x05, 0x28, 0x4b, 0xf2, 0x0f, 0x8d, 0xec, 0x8b, 0x4d, 0x03,
  560. 0x42, 0x75, 0xd6, 0xad, 0x81, 0xc0, 0x11, 0x02, 0x03, 0x01, 0x00, 0x01,
  561. 0x02, 0x81, 0x80, 0x00, 0xfc, 0xb9, 0x4a, 0x26, 0x07, 0x89, 0x51, 0x2b,
  562. 0x53, 0x72, 0x91, 0xe0, 0x18, 0x3e, 0xa6, 0x5e, 0x31, 0xef, 0x9c, 0x0c,
  563. 0x16, 0x24, 0x42, 0xd0, 0x28, 0x33, 0xf9, 0xfa, 0xd0, 0x3c, 0x54, 0x04,
  564. 0x06, 0xc0, 0x15, 0xf5, 0x1b, 0x9a, 0xb3, 0x24, 0x31, 0xab, 0x3c, 0x6b,
  565. 0x47, 0x43, 0xb0, 0xd2, 0xa9, 0xdc, 0x05, 0xe1, 0x81, 0x59, 0xb6, 0x04,
  566. 0xe9, 0x66, 0x61, 0xaa, 0xd7, 0x0b, 0x00, 0x8f, 0x3d, 0xe5, 0xbf, 0xa2,
  567. 0xf8, 0x5e, 0x25, 0x6c, 0x1e, 0x22, 0x0f, 0xb4, 0xfd, 0x41, 0xe2, 0x03,
  568. 0x31, 0x5f, 0xda, 0x20, 0xc5, 0xc0, 0xf3, 0x55, 0x0e, 0xe1, 0xc9, 0xec,
  569. 0xd7, 0x3e, 0x2a, 0x0c, 0x01, 0xca, 0x7b, 0x22, 0xcb, 0xac, 0xf4, 0x2b,
  570. 0x27, 0xf0, 0x78, 0x5f, 0xb5, 0xc2, 0xf9, 0xe8, 0x14, 0x5a, 0x6e, 0x7e,
  571. 0x86, 0xbd, 0x6a, 0x9b, 0x20, 0x0c, 0xba, 0xcc, 0x97, 0x20, 0x11, 0x02,
  572. 0x41, 0x00, 0xc9, 0x59, 0x9f, 0x29, 0x8a, 0x5b, 0x9f, 0xe3, 0x2a, 0xd8,
  573. 0x7e, 0xc2, 0x40, 0x9f, 0xa8, 0x45, 0xe5, 0x3e, 0x11, 0x8d, 0x3c, 0xed,
  574. 0x6e, 0xab, 0xce, 0xd0, 0x65, 0x46, 0xd8, 0xc7, 0x07, 0x63, 0xb5, 0x23,
  575. 0x34, 0xf4, 0x9f, 0x7e, 0x1c, 0xc7, 0xc7, 0xf9, 0x65, 0xd1, 0xf4, 0x04,
  576. 0x42, 0x38, 0xbe, 0x3a, 0x0c, 0x9d, 0x08, 0x25, 0xfc, 0xa3, 0x71, 0xd9,
  577. 0xae, 0x0c, 0x39, 0x61, 0xf4, 0x89, 0x02, 0x41, 0x00, 0xed, 0xef, 0xab,
  578. 0xa9, 0xd5, 0x39, 0x9c, 0xee, 0x59, 0x1b, 0xff, 0xcf, 0x48, 0x44, 0x1b,
  579. 0xb6, 0x32, 0xe7, 0x46, 0x24, 0xf3, 0x04, 0x7f, 0xde, 0x95, 0x08, 0x6d,
  580. 0x75, 0x9e, 0x67, 0x17, 0xba, 0x5c, 0xa4, 0xd4, 0xe2, 0xe2, 0x4d, 0x77,
  581. 0xce, 0xeb, 0x66, 0x29, 0xc5, 0x96, 0xe0, 0x62, 0xbb, 0xe5, 0xac, 0xdc,
  582. 0x44, 0x62, 0x54, 0x86, 0xed, 0x64, 0x0c, 0xce, 0xd0, 0x60, 0x03, 0x9d,
  583. 0x49, 0x02, 0x40, 0x54, 0xd9, 0x18, 0x72, 0x27, 0xe4, 0xbe, 0x76, 0xbb,
  584. 0x1a, 0x6a, 0x28, 0x2f, 0x95, 0x58, 0x12, 0xc4, 0x2c, 0xa8, 0xb6, 0xcc,
  585. 0xe2, 0xfd, 0x0d, 0x17, 0x64, 0xc8, 0x18, 0xd7, 0xc6, 0xdf, 0x3d, 0x4c,
  586. 0x1a, 0x9e, 0xf9, 0x2a, 0xb0, 0xb9, 0x2e, 0x12, 0xfd, 0xec, 0xc3, 0x51,
  587. 0xc1, 0xed, 0xa9, 0xfd, 0xb7, 0x76, 0x93, 0x41, 0xd8, 0xc8, 0x22, 0x94,
  588. 0x1a, 0x77, 0xf6, 0x9c, 0xc3, 0xc3, 0x89, 0x02, 0x41, 0x00, 0x8e, 0xf9,
  589. 0xa7, 0x08, 0xad, 0xb5, 0x2a, 0x04, 0xdb, 0x8d, 0x04, 0xa1, 0xb5, 0x06,
  590. 0x20, 0x34, 0xd2, 0xcf, 0xc0, 0x89, 0xb1, 0x72, 0x31, 0xb8, 0x39, 0x8b,
  591. 0xcf, 0xe2, 0x8e, 0xa5, 0xda, 0x4f, 0x45, 0x1e, 0x53, 0x42, 0x66, 0xc4,
  592. 0x30, 0x4b, 0x29, 0x8e, 0xc1, 0x69, 0x17, 0x29, 0x8c, 0x8a, 0xe6, 0x0f,
  593. 0x82, 0x68, 0xa1, 0x41, 0xb3, 0xb6, 0x70, 0x99, 0x75, 0xa9, 0x27, 0x18,
  594. 0xe4, 0xe9, 0x02, 0x41, 0x00, 0x89, 0xea, 0x6e, 0x6d, 0x70, 0xdf, 0x25,
  595. 0x5f, 0x18, 0x3f, 0x48, 0xda, 0x63, 0x10, 0x8b, 0xfe, 0xa8, 0x0c, 0x94,
  596. 0x0f, 0xde, 0x97, 0x56, 0x53, 0x89, 0x94, 0xe2, 0x1e, 0x2c, 0x74, 0x3c,
  597. 0x91, 0x81, 0x34, 0x0b, 0xa6, 0x40, 0xf8, 0xcb, 0x2a, 0x60, 0x8c, 0xe0,
  598. 0x02, 0xb7, 0x89, 0x93, 0xcf, 0x18, 0x9f, 0x49, 0x54, 0xfd, 0x7d, 0x3f,
  599. 0x9a, 0xef, 0xd4, 0xa4, 0x4f, 0xc1, 0x45, 0x99, 0x91,
  600. };
  601. p = rsa_key;
  602. if (!TEST_ptr(pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &p,
  603. sizeof(rsa_key), NULL, NULL)))
  604. goto err;
  605. if (!TEST_int_eq(ERR_peek_error(), 0))
  606. goto err;
  607. p12 = PKCS12_create(NULL, NULL, pkey, NULL, NULL,
  608. NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
  609. NID_pbe_WithSHA1And3_Key_TripleDES_CBC, 2, 1, 0);
  610. if (!TEST_ptr(p12))
  611. goto err;
  612. if (!TEST_int_eq(ERR_peek_error(), 0))
  613. goto err;
  614. ret = 1;
  615. err:
  616. PKCS12_free(p12);
  617. EVP_PKEY_free(pkey);
  618. return ret;
  619. }
  620. #endif
  621. typedef enum OPTION_choice {
  622. OPT_ERR = -1,
  623. OPT_EOF = 0,
  624. OPT_WRITE,
  625. OPT_LEGACY,
  626. OPT_CONTEXT,
  627. OPT_TEST_ENUM
  628. } OPTION_CHOICE;
  629. const OPTIONS *test_get_options(void)
  630. {
  631. static const OPTIONS options[] = {
  632. OPT_TEST_OPTIONS_DEFAULT_USAGE,
  633. { "write", OPT_WRITE, '-', "Write PKCS12 objects to file" },
  634. { "legacy", OPT_LEGACY, '-', "Test the legacy APIs" },
  635. { "context", OPT_CONTEXT, '-', "Explicitly use a non-default library context" },
  636. { NULL }
  637. };
  638. return options;
  639. }
  640. int setup_tests(void)
  641. {
  642. OPTION_CHOICE o;
  643. while ((o = opt_next()) != OPT_EOF) {
  644. switch (o) {
  645. case OPT_WRITE:
  646. PKCS12_helper_set_write_files(1);
  647. break;
  648. case OPT_LEGACY:
  649. PKCS12_helper_set_legacy(1);
  650. break;
  651. case OPT_CONTEXT:
  652. default_libctx = 0;
  653. break;
  654. case OPT_TEST_CASES:
  655. break;
  656. default:
  657. return 0;
  658. }
  659. }
  660. if (!default_libctx) {
  661. testctx = OSSL_LIB_CTX_new();
  662. if (!TEST_ptr(testctx))
  663. return 0;
  664. nullprov = OSSL_PROVIDER_load(NULL, "null");
  665. if (!TEST_ptr(nullprov))
  666. return 0;
  667. }
  668. deflprov = OSSL_PROVIDER_load(testctx, "default");
  669. if (!TEST_ptr(deflprov))
  670. return 0;
  671. lgcyprov = OSSL_PROVIDER_load(testctx, "legacy");
  672. PKCS12_helper_set_libctx(testctx);
  673. /*
  674. * Verify that the default and fips providers in the default libctx are not
  675. * available if we are using a standalone context
  676. */
  677. if (!default_libctx) {
  678. if (!TEST_false(OSSL_PROVIDER_available(NULL, "default"))
  679. || !TEST_false(OSSL_PROVIDER_available(NULL, "fips")))
  680. return 0;
  681. }
  682. ADD_TEST(test_single_cert_no_attrs);
  683. if (lgcyprov == NULL) {
  684. ADD_ALL_TESTS(test_single_key_enc_alg, OSSL_NELEM(enc_nids_no_legacy));
  685. ADD_ALL_TESTS(test_single_secret_enc_alg, OSSL_NELEM(enc_nids_no_legacy));
  686. } else {
  687. ADD_ALL_TESTS(test_single_key_enc_alg, OSSL_NELEM(enc_nids_all));
  688. ADD_ALL_TESTS(test_single_secret_enc_alg, OSSL_NELEM(enc_nids_all));
  689. }
  690. #ifndef OPENSSL_NO_DES
  691. if (default_libctx)
  692. ADD_TEST(pkcs12_create_test);
  693. #endif
  694. ADD_ALL_TESTS(test_single_key_enc_pass, OSSL_NELEM(passwords));
  695. ADD_ALL_TESTS(test_single_key_enc_iter, OSSL_NELEM(iters));
  696. ADD_TEST(test_single_key_with_attrs);
  697. ADD_ALL_TESTS(test_single_cert_mac_alg, OSSL_NELEM(mac_nids));
  698. ADD_ALL_TESTS(test_single_cert_mac_pass, OSSL_NELEM(passwords));
  699. ADD_ALL_TESTS(test_single_cert_mac_iter, OSSL_NELEM(iters));
  700. ADD_TEST(test_cert_key_with_attrs_and_mac);
  701. ADD_TEST(test_cert_key_encrypted_content);
  702. ADD_TEST(test_single_secret_encrypted_content);
  703. ADD_TEST(test_multiple_contents);
  704. return 1;
  705. }
  706. void cleanup_tests(void)
  707. {
  708. OSSL_PROVIDER_unload(nullprov);
  709. OSSL_PROVIDER_unload(deflprov);
  710. OSSL_PROVIDER_unload(lgcyprov);
  711. OSSL_LIB_CTX_free(testctx);
  712. }