index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[rng] Use fixed-point calculations for min-entropy quantities
Michael Brown
2018-03-20
1
-2
/
+3
*
[ocsp] Centralise test for whether or not an OCSP check is required
Michael Brown
2018-03-18
1
-2
/
+2
*
[ntlm] Add support for NTLM authentication mechanism
Michael Brown
2017-11-12
1
-0
/
+334
*
[crypto] Add MD4 message digest algorithm
Michael Brown
2017-11-12
1
-0
/
+280
*
[crypto] Eliminate repetitions in MD5 round constant table
Michael Brown
2017-11-12
1
-7
/
+10
*
[crypto] Fix endianness typo in comment
Michael Brown
2017-11-12
1
-1
/
+1
*
[crypto] Expose asn1_grow()
Michael Brown
2017-06-20
1
-1
/
+1
*
[crypto] Expose RSA_CTX_SIZE constant
Michael Brown
2017-06-20
1
-1
/
+1
*
[crypto] Mark permanent certificates as permanent
Michael Brown
2016-08-31
1
-0
/
+1
*
[crypto] Add certstat() to display basic certificate information
Michael Brown
2016-08-31
1
-2
/
+2
*
[crypto] Allow certificates to be marked as having been added explicitly
Michael Brown
2016-08-31
1
-4
/
+19
*
[crypto] Expose certstore_del() to explicitly remove stored certificates
Michael Brown
2016-08-31
1
-4
/
+15
*
[crypto] Generalise X.509 "valid" field to a "flags" field
Michael Brown
2016-08-25
2
-5
/
+5
*
[crypto] Add image_x509() to extract X.509 certificates from image
Michael Brown
2016-08-25
1
-0
/
+42
*
[crypto] Enable both DER and PEM formats by default
Michael Brown
2016-07-29
1
-0
/
+42
*
[crypto] Allow for parsing of partial ASN.1 cursors
Michael Brown
2016-07-28
1
-6
/
+7
*
[arm] Avoid instruction references to symbols defined via ".equ"
Michael Brown
2016-05-08
1
-2
/
+8
*
[crypto] Allow trusted certificates to be stored in non-volatile options
Michael Brown
2016-03-20
1
-3
/
+7
*
[build] Allow assembler section type character to vary by architecture
Michael Brown
2016-03-13
2
-2
/
+2
*
[crypto] Allow for zero-length ASN.1 cursors
Michael Brown
2016-03-11
1
-12
/
+0
*
[ocsp] Avoid including a double path separator in request URI
Michael Brown
2016-01-21
1
-28
/
+26
*
[crypto] Dual-license more selected DRBG files
Michael Brown
2016-01-04
1
-0
/
+12
*
[crypto] Dual-license selected DRBG files
Michael Brown
2015-12-31
4
-0
/
+48
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
10
-72
/
+460
*
[build] Fix strict-aliasing warning on older gcc versions
Michael Brown
2015-07-28
1
-4
/
+8
*
[crypto] Remove AXTLS headers
Michael Brown
2015-07-27
5
-526
/
+0
*
[crypto] Replace AES implementation
Michael Brown
2015-07-27
3
-622
/
+804
*
[crypto] Add ECB block cipher mode (for debug and self-tests only)
Michael Brown
2015-07-27
2
-1
/
+86
*
[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
[next]