This website requires JavaScript.
Explore
Help
Sign In
kris
/
boringssl
Watch
1
Star
0
Fork
0
You've already forked boringssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
929fd44f92
boringssl
/
crypto
/
pkcs7
/
CMakeLists.txt
11 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Move PKCS#7 functions into their own directory. A follow-up change will add a CRYPTO_BUFFER variant. This makes the naming match the header and doesn't require including x509.h. (Though like ssl.h and pkcs8.h, some of the functions are implemented with code that depends on crypto/x509.) Change-Id: I5a7de209f4f775fe0027893f711326d89699ca1f Reviewed-on: https://boringssl-review.googlesource.com/15128 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-15 23:40:41 +01:00
include_directories
(
../../include
)
add_library
(
p
k
c
s
7
O
B
J
E
C
T
p
k
c
s
7
.
c
Add PKCS7_get_raw_certificates. This is a version of PKCS7_get_certificates but does not require crypto/x509. BUG=54 Change-Id: I20152a8d1f3ed866d47e41fe576ea9f442490224 Reviewed-on: https://boringssl-review.googlesource.com/15129 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-15 23:52:35 +01:00
p
k
c
s
7
_
x
5
0
9
.
c
Move PKCS#7 functions into their own directory. A follow-up change will add a CRYPTO_BUFFER variant. This makes the naming match the header and doesn't require including x509.h. (Though like ssl.h and pkcs8.h, some of the functions are implemented with code that depends on crypto/x509.) Change-Id: I5a7de209f4f775fe0027893f711326d89699ca1f Reviewed-on: https://boringssl-review.googlesource.com/15128 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-15 23:40:41 +01:00
)
Reference in New Issue
Copy Permalink