spec.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. Summary: Embedded SSL Library
  2. Name: @PACKAGE@
  3. Version: @VERSION@
  4. Release: 1
  5. License: GPLv2
  6. Group: System Environment/Libraries
  7. BuildRequires: gcc
  8. BuildRequires: glibc
  9. BuildRequires: glibc-common
  10. BuildRequires: glibc-devel
  11. BuildRequires: glibc-headers
  12. BuildRequires: make
  13. BuildRequires: pkgconfig
  14. BuildRequires: sed
  15. BuildRequires: tar
  16. URL: http://www.wolfssl.com/
  17. Packager: Brian Aker <brian@tangent.org>
  18. Source: http://wolfssl.com/%{name}-%{version}.tar.gz
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  20. %description
  21. Misc tools for wolfSSL.
  22. %package devel
  23. Summary: Header files and development libraries for %{name}
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. %description devel
  27. This package contains the header files and development libraries
  28. for %{name}. If you like to develop programs using %{name},
  29. you will need to install %{name}-devel.
  30. %prep
  31. %setup -q
  32. %build
  33. %configure @WOLFSSL_CONFIG_ARGS@
  34. %{__make} %{?_smp_mflags}
  35. if [ "@ENABLED_FIPS@" = "yes" ]
  36. then
  37. echo Updating wolfSSL FIPS hash
  38. ./fips-hash.sh
  39. %{__make} %{?_smp_mflags}
  40. fi
  41. %install
  42. %{__rm} -rf %{buildroot}
  43. %{__make} install DESTDIR="%{buildroot}" AM_INSTALL_PROGRAM_FLAGS=""
  44. mkdir -p $RPM_BUILD_ROOT/
  45. %{__rm} -f %{buildroot}/%{_libdir}/libwolfssl@LIBSUFFIX@.la
  46. %check
  47. %clean
  48. %{__rm} -rf %{buildroot}
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-,root,root,-)
  53. %doc AUTHORS ChangeLog.md COPYING README README.md
  54. %{_docdir}/wolfssl/taoCert.txt
  55. %{_docdir}/wolfssl/example/echoserver.c
  56. %{_docdir}/wolfssl/example/server.c
  57. %{_docdir}/wolfssl/example/echoclient.c
  58. %{_docdir}/wolfssl/example/client.c
  59. %{_docdir}/wolfssl/example/sctp-client.c
  60. %{_docdir}/wolfssl/example/sctp-server.c
  61. %{_docdir}/wolfssl/example/sctp-client-dtls.c
  62. %{_docdir}/wolfssl/example/sctp-server-dtls.c
  63. %{_docdir}/wolfssl/example/tls_bench.c
  64. %{_docdir}/wolfssl/README.txt
  65. %{_docdir}/wolfssl/QUIC.md
  66. %{_libdir}/libwolfssl@LIBSUFFIX@.so
  67. %{_libdir}/libwolfssl@LIBSUFFIX@.so.@WOLFSSL_LIBRARY_VERSION_FIRST@
  68. %{_libdir}/libwolfssl@LIBSUFFIX@.so.@WOLFSSL_LIBRARY_VERSION_FIRST@.@WOLFSSL_LIBRARY_VERSION_SECOND@.@WOLFSSL_LIBRARY_VERSION_THIRD@
  69. %files devel
  70. %defattr(-,root,root,-)
  71. %doc AUTHORS ChangeLog.md COPYING README README.md
  72. %{_bindir}/wolfssl-config
  73. %{_includedir}/cyassl/callbacks.h
  74. %{_includedir}/cyassl/certs_test.h
  75. %{_includedir}/cyassl/crl.h
  76. %{_includedir}/cyassl/ctaocrypt/aes.h
  77. %{_includedir}/cyassl/ctaocrypt/arc4.h
  78. %{_includedir}/cyassl/ctaocrypt/asn.h
  79. %{_includedir}/cyassl/ctaocrypt/asn_public.h
  80. %{_includedir}/cyassl/ctaocrypt/blake2-impl.h
  81. %{_includedir}/cyassl/ctaocrypt/blake2-int.h
  82. %{_includedir}/cyassl/ctaocrypt/blake2.h
  83. %{_includedir}/cyassl/ctaocrypt/camellia.h
  84. %{_includedir}/cyassl/ctaocrypt/chacha.h
  85. %{_includedir}/cyassl/ctaocrypt/coding.h
  86. %{_includedir}/cyassl/ctaocrypt/compress.h
  87. %{_includedir}/cyassl/ctaocrypt/des3.h
  88. %{_includedir}/cyassl/ctaocrypt/dh.h
  89. %{_includedir}/cyassl/ctaocrypt/dsa.h
  90. %{_includedir}/cyassl/ctaocrypt/ecc.h
  91. %{_includedir}/cyassl/ctaocrypt/error-crypt.h
  92. %{_includedir}/cyassl/ctaocrypt/fips_test.h
  93. %{_includedir}/cyassl/ctaocrypt/hmac.h
  94. %{_includedir}/cyassl/ctaocrypt/integer.h
  95. %{_includedir}/cyassl/ctaocrypt/logging.h
  96. %{_includedir}/cyassl/ctaocrypt/md2.h
  97. %{_includedir}/cyassl/ctaocrypt/md4.h
  98. %{_includedir}/cyassl/ctaocrypt/md5.h
  99. %{_includedir}/cyassl/ctaocrypt/memory.h
  100. %{_includedir}/cyassl/ctaocrypt/misc.h
  101. %{_includedir}/cyassl/ctaocrypt/mpi_class.h
  102. %{_includedir}/cyassl/ctaocrypt/mpi_superclass.h
  103. %{_includedir}/cyassl/ctaocrypt/pkcs7.h
  104. %{_includedir}/cyassl/ctaocrypt/poly1305.h
  105. %{_includedir}/cyassl/ctaocrypt/pwdbased.h
  106. %{_includedir}/cyassl/ctaocrypt/random.h
  107. %{_includedir}/cyassl/ctaocrypt/ripemd.h
  108. %{_includedir}/cyassl/ctaocrypt/rsa.h
  109. %{_includedir}/cyassl/ctaocrypt/settings.h
  110. %{_includedir}/cyassl/ctaocrypt/settings_comp.h
  111. %{_includedir}/cyassl/ctaocrypt/sha.h
  112. %{_includedir}/cyassl/ctaocrypt/sha256.h
  113. %{_includedir}/cyassl/ctaocrypt/sha512.h
  114. %{_includedir}/cyassl/ctaocrypt/tfm.h
  115. %{_includedir}/cyassl/ctaocrypt/types.h
  116. %{_includedir}/cyassl/ctaocrypt/visibility.h
  117. %{_includedir}/cyassl/ctaocrypt/wc_port.h
  118. %{_includedir}/cyassl/error-ssl.h
  119. %{_includedir}/cyassl/ocsp.h
  120. %{_includedir}/cyassl/openssl/asn1.h
  121. %{_includedir}/cyassl/openssl/bio.h
  122. %{_includedir}/cyassl/openssl/bn.h
  123. %{_includedir}/cyassl/openssl/conf.h
  124. %{_includedir}/cyassl/openssl/crypto.h
  125. %{_includedir}/cyassl/openssl/des.h
  126. %{_includedir}/cyassl/openssl/dh.h
  127. %{_includedir}/cyassl/openssl/dsa.h
  128. %{_includedir}/cyassl/openssl/ec.h
  129. %{_includedir}/cyassl/openssl/ec25519.h
  130. %{_includedir}/cyassl/openssl/ec448.h
  131. %{_includedir}/cyassl/openssl/ecdh.h
  132. %{_includedir}/cyassl/openssl/ecdsa.h
  133. %{_includedir}/cyassl/openssl/ed25519.h
  134. %{_includedir}/cyassl/openssl/ed448.h
  135. %{_includedir}/cyassl/openssl/engine.h
  136. %{_includedir}/cyassl/openssl/err.h
  137. %{_includedir}/cyassl/openssl/evp.h
  138. %{_includedir}/cyassl/openssl/hmac.h
  139. %{_includedir}/cyassl/openssl/lhash.h
  140. %{_includedir}/cyassl/openssl/md4.h
  141. %{_includedir}/cyassl/openssl/md5.h
  142. %{_includedir}/cyassl/openssl/ocsp.h
  143. %{_includedir}/cyassl/openssl/opensslconf.h
  144. %{_includedir}/cyassl/openssl/opensslv.h
  145. %{_includedir}/cyassl/openssl/ossl_typ.h
  146. %{_includedir}/cyassl/openssl/pem.h
  147. %{_includedir}/cyassl/openssl/pkcs12.h
  148. %{_includedir}/cyassl/openssl/rand.h
  149. %{_includedir}/cyassl/openssl/ripemd.h
  150. %{_includedir}/cyassl/openssl/rsa.h
  151. %{_includedir}/cyassl/openssl/sha.h
  152. %{_includedir}/cyassl/openssl/ssl.h
  153. %{_includedir}/cyassl/openssl/ssl23.h
  154. %{_includedir}/cyassl/openssl/stack.h
  155. %{_includedir}/cyassl/openssl/ui.h
  156. %{_includedir}/cyassl/openssl/x509.h
  157. %{_includedir}/cyassl/openssl/x509v3.h
  158. %{_includedir}/cyassl/options.h
  159. %{_includedir}/cyassl/sniffer.h
  160. %{_includedir}/cyassl/sniffer_error.h
  161. %{_includedir}/cyassl/ssl.h
  162. %{_includedir}/cyassl/test.h
  163. %{_includedir}/cyassl/version.h
  164. %{_includedir}/wolfssl/callbacks.h
  165. %{_includedir}/wolfssl/certs_test.h
  166. %{_includedir}/wolfssl/crl.h
  167. %{_includedir}/wolfssl/error-ssl.h
  168. %{_includedir}/wolfssl/ocsp.h
  169. %{_includedir}/wolfssl/openssl/aes.h
  170. %{_includedir}/wolfssl/openssl/asn1.h
  171. %{_includedir}/wolfssl/openssl/asn1t.h
  172. %{_includedir}/wolfssl/openssl/bio.h
  173. %{_includedir}/wolfssl/openssl/bn.h
  174. %{_includedir}/wolfssl/openssl/cms.h
  175. %{_includedir}/wolfssl/openssl/buffer.h
  176. %{_includedir}/wolfssl/openssl/camellia.h
  177. %{_includedir}/wolfssl/openssl/cmac.h
  178. %{_includedir}/wolfssl/openssl/compat_types.h
  179. %{_includedir}/wolfssl/openssl/conf.h
  180. %{_includedir}/wolfssl/openssl/crypto.h
  181. %{_includedir}/wolfssl/openssl/des.h
  182. %{_includedir}/wolfssl/openssl/dh.h
  183. %{_includedir}/wolfssl/openssl/dsa.h
  184. %{_includedir}/wolfssl/openssl/ec.h
  185. %{_includedir}/wolfssl/openssl/ec25519.h
  186. %{_includedir}/wolfssl/openssl/ec448.h
  187. %{_includedir}/wolfssl/openssl/ecdh.h
  188. %{_includedir}/wolfssl/openssl/ecdsa.h
  189. %{_includedir}/wolfssl/openssl/ed25519.h
  190. %{_includedir}/wolfssl/openssl/ed448.h
  191. %{_includedir}/wolfssl/openssl/engine.h
  192. %{_includedir}/wolfssl/openssl/err.h
  193. %{_includedir}/wolfssl/openssl/evp.h
  194. %{_includedir}/wolfssl/openssl/fips_rand.h
  195. %{_includedir}/wolfssl/openssl/hmac.h
  196. %{_includedir}/wolfssl/openssl/kdf.h
  197. %{_includedir}/wolfssl/openssl/lhash.h
  198. %{_includedir}/wolfssl/openssl/md4.h
  199. %{_includedir}/wolfssl/openssl/md5.h
  200. %{_includedir}/wolfssl/openssl/modes.h
  201. %{_includedir}/wolfssl/openssl/obj_mac.h
  202. %{_includedir}/wolfssl/openssl/objects.h
  203. %{_includedir}/wolfssl/openssl/ocsp.h
  204. %{_includedir}/wolfssl/openssl/opensslconf.h
  205. %{_includedir}/wolfssl/openssl/opensslv.h
  206. %{_includedir}/wolfssl/openssl/ossl_typ.h
  207. %{_includedir}/wolfssl/openssl/pem.h
  208. %{_includedir}/wolfssl/openssl/pkcs12.h
  209. %{_includedir}/wolfssl/openssl/pkcs7.h
  210. %{_includedir}/wolfssl/openssl/rand.h
  211. %{_includedir}/wolfssl/openssl/rc4.h
  212. %{_includedir}/wolfssl/openssl/ripemd.h
  213. %{_includedir}/wolfssl/openssl/rsa.h
  214. %{_includedir}/wolfssl/openssl/sha.h
  215. %{_includedir}/wolfssl/openssl/srp.h
  216. %{_includedir}/wolfssl/openssl/sha3.h
  217. %{_includedir}/wolfssl/openssl/ssl.h
  218. %{_includedir}/wolfssl/openssl/ssl23.h
  219. %{_includedir}/wolfssl/openssl/stack.h
  220. %{_includedir}/wolfssl/openssl/txt_db.h
  221. %{_includedir}/wolfssl/openssl/tls1.h
  222. %{_includedir}/wolfssl/openssl/ui.h
  223. %{_includedir}/wolfssl/openssl/x509.h
  224. %{_includedir}/wolfssl/openssl/x509_vfy.h
  225. %{_includedir}/wolfssl/openssl/x509v3.h
  226. %{_includedir}/wolfssl/options.h
  227. %{_includedir}/wolfssl/quic.h
  228. %{_includedir}/wolfssl/sniffer.h
  229. %{_includedir}/wolfssl/sniffer_error.h
  230. %{_includedir}/wolfssl/ssl.h
  231. %{_includedir}/wolfssl/test.h
  232. %{_includedir}/wolfssl/version.h
  233. %{_includedir}/wolfssl/wolfcrypt/aes.h
  234. %{_includedir}/wolfssl/wolfcrypt/arc4.h
  235. %{_includedir}/wolfssl/wolfcrypt/asn.h
  236. %{_includedir}/wolfssl/wolfcrypt/asn_public.h
  237. %{_includedir}/wolfssl/wolfcrypt/blake2-impl.h
  238. %{_includedir}/wolfssl/wolfcrypt/blake2-int.h
  239. %{_includedir}/wolfssl/wolfcrypt/blake2.h
  240. %{_includedir}/wolfssl/wolfcrypt/camellia.h
  241. %{_includedir}/wolfssl/wolfcrypt/chacha.h
  242. %{_includedir}/wolfssl/wolfcrypt/chacha20_poly1305.h
  243. %{_includedir}/wolfssl/wolfcrypt/cmac.h
  244. %{_includedir}/wolfssl/wolfcrypt/coding.h
  245. %{_includedir}/wolfssl/wolfcrypt/compress.h
  246. %{_includedir}/wolfssl/wolfcrypt/cpuid.h
  247. %{_includedir}/wolfssl/wolfcrypt/cryptocb.h
  248. %{_includedir}/wolfssl/wolfcrypt/curve25519.h
  249. %{_includedir}/wolfssl/wolfcrypt/curve448.h
  250. %{_includedir}/wolfssl/wolfcrypt/des3.h
  251. %{_includedir}/wolfssl/wolfcrypt/dh.h
  252. %{_includedir}/wolfssl/wolfcrypt/dsa.h
  253. %{_includedir}/wolfssl/wolfcrypt/ecc.h
  254. %{_includedir}/wolfssl/wolfcrypt/eccsi.h
  255. %{_includedir}/wolfssl/wolfcrypt/ed25519.h
  256. %{_includedir}/wolfssl/wolfcrypt/ed448.h
  257. %{_includedir}/wolfssl/wolfcrypt/error-crypt.h
  258. %{_includedir}/wolfssl/wolfcrypt/ext_kyber.h
  259. %{_includedir}/wolfssl/wolfcrypt/falcon.h
  260. %{_includedir}/wolfssl/wolfcrypt/dilithium.h
  261. %{_includedir}/wolfssl/wolfcrypt/sphincs.h
  262. %{_includedir}/wolfssl/wolfcrypt/fe_448.h
  263. %{_includedir}/wolfssl/wolfcrypt/fe_operations.h
  264. %{_includedir}/wolfssl/wolfcrypt/fips_test.h
  265. %{_includedir}/wolfssl/wolfcrypt/ge_448.h
  266. %{_includedir}/wolfssl/wolfcrypt/ge_operations.h
  267. %{_includedir}/wolfssl/wolfcrypt/hash.h
  268. %{_includedir}/wolfssl/wolfcrypt/hmac.h
  269. %{_includedir}/wolfssl/wolfcrypt/hpke.h
  270. %{_includedir}/wolfssl/wolfcrypt/integer.h
  271. %{_includedir}/wolfssl/wolfcrypt/kdf.h
  272. %{_includedir}/wolfssl/wolfcrypt/kyber.h
  273. %{_includedir}/wolfssl/wolfcrypt/logging.h
  274. %{_includedir}/wolfssl/wolfcrypt/md2.h
  275. %{_includedir}/wolfssl/wolfcrypt/md4.h
  276. %{_includedir}/wolfssl/wolfcrypt/md5.h
  277. %{_includedir}/wolfssl/wolfcrypt/mem_track.h
  278. %{_includedir}/wolfssl/wolfcrypt/memory.h
  279. %{_includedir}/wolfssl/wolfcrypt/misc.h
  280. %{_includedir}/wolfssl/wolfcrypt/mpi_class.h
  281. %{_includedir}/wolfssl/wolfcrypt/mpi_superclass.h
  282. %{_includedir}/wolfssl/wolfcrypt/pkcs12.h
  283. %{_includedir}/wolfssl/wolfcrypt/pkcs7.h
  284. %{_includedir}/wolfssl/wolfcrypt/poly1305.h
  285. %{_includedir}/wolfssl/wolfcrypt/pwdbased.h
  286. %{_includedir}/wolfssl/wolfcrypt/random.h
  287. %{_includedir}/wolfssl/wolfcrypt/ripemd.h
  288. %{_includedir}/wolfssl/wolfcrypt/rc2.h
  289. %{_includedir}/wolfssl/wolfcrypt/rsa.h
  290. %{_includedir}/wolfssl/wolfcrypt/sakke.h
  291. %{_includedir}/wolfssl/wolfcrypt/settings.h
  292. %{_includedir}/wolfssl/wolfcrypt/sha.h
  293. %{_includedir}/wolfssl/wolfcrypt/sha256.h
  294. %{_includedir}/wolfssl/wolfcrypt/sha3.h
  295. %{_includedir}/wolfssl/wolfcrypt/sha512.h
  296. %{_includedir}/wolfssl/wolfcrypt/siphash.h
  297. %{_includedir}/wolfssl/wolfcrypt/signature.h
  298. %if "@INCLUDE_SP_INT@" != "no"
  299. %{_includedir}/wolfssl/wolfcrypt/sp_int.h
  300. %endif
  301. %{_includedir}/wolfssl/wolfcrypt/srp.h
  302. %{_includedir}/wolfssl/wolfcrypt/tfm.h
  303. %{_includedir}/wolfssl/wolfcrypt/types.h
  304. %{_includedir}/wolfssl/wolfcrypt/visibility.h
  305. %{_includedir}/wolfssl/wolfcrypt/wc_encrypt.h
  306. %{_includedir}/wolfssl/wolfcrypt/wc_port.h
  307. %{_includedir}/wolfssl/wolfcrypt/wc_kyber.h
  308. %{_includedir}/wolfssl/wolfcrypt/wolfevent.h
  309. %{_includedir}/wolfssl/wolfcrypt/wolfmath.h
  310. %{_includedir}/wolfssl/wolfio.h
  311. %{_libdir}/pkgconfig/wolfssl.pc
  312. %if "@ENABLED_FIPS@" != "no"
  313. %{_includedir}/wolfssl/wolfcrypt/fips.h
  314. %endif
  315. %changelog
  316. * Mon Oct 17 2022 Juliusz Sosinowicz <juliusz@wolfssl.com>
  317. - Updates for building FIPS packages and general maintenance
  318. * Tue Sep 27 2022 Jacob Barthelmeh <jacob@wolfssl.com>
  319. - Add include of kyber headers
  320. * Tue Aug 30 2022 Jacob Barthelmeh <jacob@wolfssl.com>
  321. - Add include of QUIC documentation
  322. * Wed Aug 17 2022 Anthony Hu <anthony@wolfssl.com>
  323. - Add a new header sphincs.h.
  324. * Wed Jul 20 2022 Anthony Hu <anthony@wolfssl.com>
  325. - Add a new header dilithium.h.
  326. * Fri Jul 8 2022 Jacob Barthelmeh <jacob@wolfssl.com>
  327. - Add missing sp_int.h file
  328. * Mon May 2 2022 Jacob Barthelmeh <jacob@wolfssl.com>
  329. - Add missing kdf.h file
  330. * Wed Feb 16 2022 John Safranek <john@wolfssl.com>
  331. - Update for new release.
  332. * Mon Dec 27 2021 Jacob Barthelmeh <jacob@wolfssl.com>
  333. - Add a missing headers camellia.h, modes.h from compat layer.
  334. - Add a missing header falcon.h.
  335. * Mon Nov 01 2021 Jacob Barthelmeh <jacob@wolfssl.com>
  336. - Add a missing headers cmac.h, compat_types.h from compat layer.
  337. * Thu Jul 08 2021 Jacob Barthelmeh <jacob@wolfssl.com>
  338. - Add a missing header eccsi, sakke.
  339. * Thu Mar 25 2021 John Safranek <john@wolfssl.com>
  340. - Add new header kdf.h
  341. * Mon Aug 17 2020 John Safranek <john@wolfssl.com>
  342. - Add a missing header.
  343. - Update for release.
  344. * Thu Apr 16 2020 John Safranek <john@wolfssl.com>
  345. - Add some missing headers.
  346. - Sort the file list.
  347. * Thu Dec 19 2019 Jacob Barthelmeh <jacob@wolfssl.com>
  348. - Add wolfssl/openssl/tls1.h, wolfssl/openssl/x509_vfy.h
  349. * Fri Mar 15 2019 John Safranek <john@wolfssl.com>
  350. - Updates for the v4 release.
  351. * Thu Dec 20 2018 Jacob Barthelmeh <jacob@wolfssl.com>
  352. - Remove wolfssl/wolfcrypt/fips.h, add wolfssl/openssl/pkcs7.h
  353. * Wed Jun 20 2018 Jacob Barthelmeh <jacob@wolfssl.com>
  354. - Remove NEWS, update ChangeLog to ChangeLog.md, remove wolfssl/wolfcrypt/fips.h, add wolfssl/wolfcrypt/cryptocb.h
  355. * Thu May 31 2018 John Safranek <john@wolfssl.com>
  356. - Update the version number on the library SO file.
  357. * Fri Mar 02 2018 Jacob Barthelmeh <jacob@wolfssl.com>
  358. - Added header files fips.h, buffer.h, objects.h, rc4.h and example tls_bench.c
  359. * Fri Sep 08 2017 Jacob Barthelmeh <jacob@wolfssl.com>
  360. - Change name for header wolfssl/io.h to wolfssl/wolfio.h
  361. * Fri Aug 04 2017 Jacob Barthelmeh <jacob@wolfssl.com>
  362. - Added header for wolfssl/wolfcrypt/cpuid.h, wolfssl/wolfcrypt/sha3.h
  363. * Thu May 04 2017 Jacob Barthelmeh <jacob@wolfssl.com>
  364. - Added header for wolfssl/io.h, wolfssl/openssl/ssl23.h, cyassl/openssl/ssl23.h
  365. * Thu Feb 09 2017 Jacob Barthelmeh <jacob@wolfssl.com>
  366. - Added header for wolfssl/wolfcrypt/wolfmath.h
  367. * Fri Nov 11 2016 Jacob Barthelmeh <jacob@wolfssl.com>
  368. - Added header for wolfssl/openssl/aes.h
  369. * Fri Oct 28 2016 Jacob Barthelmeh <jacob@wolfssl.com>
  370. - Added header for pkcs12
  371. * Fri Sep 23 2016 John Safranek <john@wolfssl.com>
  372. - Add the dtls-sctp example sources
  373. * Tue Jun 14 2016 Jacob Barthelmeh <jacob@wolfssl.com>
  374. - Change location for mem_track.h header
  375. - Added header for cmac.h
  376. * Thu Mar 17 2016 Jacob Barthelmeh <jacob@wolfssl.com>
  377. - Added header for mem_track.h
  378. * Wed Dec 30 2015 Jacob Barthelmeh <jacob@wolfssl.com>
  379. - Added headers for curve25519 and ed25519 openssl compatibility
  380. - Added headers for Idea, srp, signature, and wc_encrypt
  381. * Tue Mar 31 2015 John Safranek <john@wolfssl.com>
  382. - Added recent new wolfcrypt headers for curve25519
  383. * Fri Jan 09 2015 John Safranek <john@wolfssl.com>
  384. - Update for cyassl->wolfssl name change
  385. * Sat Oct 20 2012 Brian Aker <brian@tangent.org>
  386. - Initial package