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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Add support for Cryptographic Message Syntax (PKCS #7)
Michael Brown
2012-03-22
3
-0
/
+57
*
[crypto] Parse X.509 extended key usage extension
Michael Brown
2012-03-22
2
-0
/
+39
*
[crypto] Add previous certificate in chain as a parameter to parse_next()
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Parse X.509 certificate serial number
Michael Brown
2012-03-22
1
-0
/
+8
*
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
Michael Brown
2012-03-22
2
-26
/
+26
*
[test] Add X.509 self-tests
Michael Brown
2012-03-22
1
-0
/
+1
*
[crypto] Treat ASN.1 OIDs as opaque
Michael Brown
2012-03-21
1
-105
/
+60
*
[crypto] Move all ASN.1 OIDs to asn1.h
Michael Brown
2012-03-21
3
-91
/
+91
*
[crypto] Use standard bit-rotation functions
Michael Brown
2012-03-21
1
-4
/
+8
*
[tls] Support sending a client certificate
Michael Brown
2012-03-20
1
-2
/
+31
*
[build] Allow a client certificate to be specified at build time
Michael Brown
2012-03-20
1
-0
/
+43
*
[crypto] Use linker tables for RSA digestInfo prefixes
Michael Brown
2012-03-20
1
-0
/
+18
*
[tls] Treat handshake digest algorithm as a session parameter
Michael Brown
2012-03-20
1
-0
/
+4
*
[tls] Use hybrid MD5+SHA1 algorithm
Michael Brown
2012-03-20
1
-4
/
+24
*
[tls] Check certificate validity period against current date and time
Michael Brown
2012-03-20
1
-3
/
+5
*
[tls] Parse X.509 validity times into seconds since the Epoch
Michael Brown
2012-03-20
1
-12
/
+3
*
[time] Define an API for getting the current time
Michael Brown
2012-03-19
3
-0
/
+97
*
[libc] Add mktime() function
Michael Brown
2012-03-19
2
-25
/
+36
*
[tls] Add full X.509 certificate parsing
Michael Brown
2012-03-19
2
-5
/
+225
*
[crypto] Force caller to provide temporary storage for modular calculations
Michael Brown
2012-03-18
2
-8
/
+43
*
[rng] Add Linux entropy source using /dev/random
Michael Brown
2012-03-18
3
-0
/
+34
*
[rng] Allow entropy_enable() to return an error
Michael Brown
2012-03-18
2
-2
/
+4
*
[tls] Use iPXE native RSA algorithm
Michael Brown
2012-03-18
2
-23
/
+3
*
[crypto] Add native RSA algorithm
Michael Brown
2012-03-18
2
-3
/
+128
*
[crypto] Add abstraction for a public-key algorithm
Michael Brown
2012-03-18
1
-0
/
+98
*
[crypto] Add more ASN.1 functions for X.509 certificate parsing
Michael Brown
2012-03-18
1
-7
/
+19
*
[test] Run self-tests as an embedded image
Michael Brown
2012-03-18
1
-0
/
+1
*
[libc] Move VA_ARG_COUNT() macro to stdarg.h
Michael Brown
2012-03-18
2
-26
/
+27
*
[crypto] Add big-integer library for RSA calculations
Michael Brown
2012-03-14
1
-0
/
+268
*
[crypto] Add ASN.1 functions for X.509 certificate parsing
Michael Brown
2012-03-13
1
-13
/
+94
*
[rng] Remove obsolete (and unfinished) get_random_bytes() function
Michael Brown
2012-03-13
1
-2
/
+0
*
[tls] Use const to mark incoming data being processed
Michael Brown
2012-03-13
1
-1
/
+1
*
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5
Michael Brown
2012-03-09
1
-0
/
+4
*
[debug] Ensure debug address and colourisation fields are fully initialised
Michael Brown
2012-03-06
1
-0
/
+3
*
[rng] Choose HMAC_DRBG using SHA-256 as the DRBG algorithm
Michael Brown
2012-03-06
1
-7
/
+6
*
[rng] Allow HMAC_DRBG to use multiple underlying hash algorithms
Michael Brown
2012-03-06
2
-37
/
+153
*
[rng] Use SHA-256 for Hash_df, and validate the hash function strength
Michael Brown
2012-03-06
1
-5
/
+12
*
[rng] Allow hash_df() to accept multiple underlying hash algorithms
Michael Brown
2012-03-06
2
-16
/
+15
*
[tls] Formalise the definition of a TLS cipher suite
Michael Brown
2012-03-06
1
-3
/
+11
*
[tls] Support (and prefer) SHA-256 variants of existing cipher suites
Michael Brown
2012-03-05
1
-0
/
+2
*
[tls] Support TLS version 1.2
Michael Brown
2012-03-05
1
-0
/
+6
*
[crypto] Replace MD5 implementation
Michael Brown
2012-03-05
1
-10
/
+59
*
[crypto] Add SHA-256 algorithm
Michael Brown
2012-03-05
1
-0
/
+73
*
[crypto] Replace SHA-1 implementation
Michael Brown
2012-03-04
1
-11
/
+67
*
[tls] Add missing #include <stdlib.h>
Michael Brown
2012-03-04
1
-0
/
+1
*
[tls] Send empty Certificate record if requested by server
Michael Brown
2012-03-03
1
-3
/
+4
*
[tls] Allow transmitted records to be scheduled independently
Michael Brown
2012-03-03
1
-10
/
+10
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
2
-1
/
+8
*
[tls] Support TLS version 1.1
Michael Brown
2012-03-03
1
-0
/
+2
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-03
1
-5
/
+3
[next]