index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CryptoPkg
/
Library
/
BaseCryptLib
/
Pk
/
CryptX509.c
Age
Commit message (
Expand
)
Author
2015-10-29
CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME
David Woodhouse
2015-10-29
CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAIN
David Woodhouse
2015-10-29
CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAME
David Woodhouse
2015-10-29
CryptoPkg/BaseCryptLib: Add missing OpenSSL includes
David Woodhouse
2015-06-19
CryptoPkg: Add some comments for API usage clarification.
Qin Long
2015-06-16
CryptoPkg: Wrapper files updates to support openssl-1.0.2c
Qin Long
2014-12-25
Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...
Long, Qin
2012-12-28
1. Enable the whole X509v3 extension checking.
sfu5
2012-08-23
Fix PeiCryptLib build issue.
tye1
2012-08-02
Fix several issues in BaseCryptLib:
tye1
2012-07-27
Fix some typo and coding style issues in BaseCryptLib instances.
tye1
2012-03-31
Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.
tye1
2012-03-19
1. Remove conducting ASSERT in BaseCryptLib.
sfu5
2011-11-04
Update return FALSE to ASSERT() for code consistent.
tye1
2011-10-28
1. Fix build break issue for NOOPT target.
tye1
2011-08-16
Add new interfaces to support PKCS7#7 signed data and authenticode signature....
tye1
2010-12-31
1. Add new API supports for PEM & X509 key retrieving & verification;
qlong