index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-1
/
+1
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-1
/
+2
*
[crypto] Add SHA-512/224 algorithm
Michael Brown
2015-04-12
1
-0
/
+83
*
[crypto] Add SHA-512/256 algorithm
Michael Brown
2015-04-12
1
-0
/
+83
*
[crypto] Add SHA-384 algorithm
Michael Brown
2015-04-12
1
-0
/
+82
*
[crypto] Add SHA-512 algorithm
Michael Brown
2015-04-12
2
-4
/
+307
*
[crypto] Add SHA-224 algorithm
Michael Brown
2015-04-12
2
-13
/
+118
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
23
-23
/
+115
*
[crypto] Fix parsing of OCSP responder ID key hash
Michael Brown
2014-11-24
1
-3
/
+8
*
[crypto] Fix debug message
Michael Brown
2014-07-12
1
-1
/
+1
*
[crypto] Add support for iPAddress subject alternative names
Michael Brown
2014-07-11
1
-0
/
+55
*
[crypto] Allow wildcard matches on commonName as well as subjectAltName
Michael Brown
2014-04-01
1
-10
/
+8
*
[crypto] Add support for subjectAltName and wildcard certificates
Michael Brown
2014-03-31
1
-8
/
+132
*
[crypto] Allow signed timestamp error margin to be configured at build time
Michael Brown
2014-03-30
2
-4
/
+6
*
[crypto] Use fingerprint when no common name is available for debug messages
Michael Brown
2014-03-28
1
-4
/
+14
*
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
2014-03-28
5
-238
/
+437
*
[crypto] Add pubkey_match() to check for matching public/private key pairs
Michael Brown
2014-03-27
1
-26
/
+89
*
[crypto] Remove dynamically-allocated storage for certificate OCSP URI
Michael Brown
2014-03-25
2
-33
/
+17
*
[crypto] Remove dynamically-allocated storage for certificate name
Michael Brown
2014-03-25
3
-96
/
+134
*
[ocsp] Handle OCSP responses that don't provide certificates
Alexander Chernyakhovsky
2014-03-25
1
-2
/
+7
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-31
/
+31
*
[deflate] Fix literal data length calculation
Michael Brown
2014-01-12
1
-1
/
+1
*
[deflate] Add support for DEFLATE decompression
Michael Brown
2014-01-06
1
-0
/
+1045
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
2
-3
/
+3
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
2
-6
/
+6
*
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2013-07-19
2
-33
/
+6
*
[crypto] Accept OCSP responses containing multiple certificates
Michael Brown
2013-05-29
1
-13
/
+132
*
[crypto] Report meaningful error when certificate chain validation fails
Michael Brown
2013-05-10
1
-7
/
+5
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
1
-1
/
+1
*
[crypto] Allow in-place CBC decryption
Michael Brown
2012-09-27
1
-1
/
+3
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
26
-26
/
+52
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
1
-1
/
+1
*
[crypto] Allow an error margin on X.509 certificate validity periods
Michael Brown
2012-06-20
2
-4
/
+4
*
[crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"
Michael Brown
2012-05-22
1
-3
/
+3
*
[crypto] Require OCSP check if certificate provides an OCSP URI
Michael Brown
2012-05-22
1
-0
/
+12
*
[crypto] Construct OCSP check URI
Michael Brown
2012-05-21
1
-0
/
+74
*
[crypto] Fix margin of error for OCSP checks
Michael Brown
2012-05-21
1
-2
/
+2
*
[crypto] Return a NULL OCSP check if construction fails
Michael Brown
2012-05-21
1
-0
/
+1
*
[crypto] Return a NULL X.509 certificate if construction fails
Michael Brown
2012-05-21
1
-0
/
+1
*
[crypto] Accept UTCTime/GeneralizedTime with no "seconds" field
Michael Brown
2012-05-21
1
-0
/
+6
*
[crypto] Add framework for OCSP
Michael Brown
2012-05-15
2
-3
/
+752
*
[crypto] Add functions for constructing ASN.1 objects
Michael Brown
2012-05-14
1
-0
/
+139
*
[crypto] Parse OCSPSigning key purpose, if present
Michael Brown
2012-05-14
1
-0
/
+8
*
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
2012-05-14
3
-105
/
+108
*
[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()
Michael Brown
2012-05-14
3
-106
/
+129
*
[crypto] Generalise x509_parse_time() to asn1_generalized_time()
Michael Brown
2012-05-14
2
-116
/
+123
*
[crypto] Parse X.509 raw public key bit string
Michael Brown
2012-05-14
1
-2
/
+8
*
[crypto] Reduce standard debugging output
Michael Brown
2012-05-09
1
-47
/
+49
*
[crypto] Add x509_auto_append()
Michael Brown
2012-05-08
2
-41
/
+79
[next]