4102 Commits (7865ae0deabc377fa29fb53b01647621959c6564)
 

Author SHA1 Message Date
  Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing 12 years ago
  Michael Brown d6979e0d55 [rsa] Actually check the unused-bits byte in the public key bit string 12 years ago
  Michael Brown 3ec773cd2b [crypto] Force caller to provide temporary storage for modular calculations 12 years ago
  Michael Brown 5af9e62196 [rng] Add Linux entropy source using /dev/random 12 years ago
  Michael Brown 196f0bb081 [rng] Allow entropy_enable() to return an error 12 years ago
  Michael Brown 66f200bdac [crypto] Remove obsolete AXTLS RSA algorithm 12 years ago
  Michael Brown dc87161c30 [tls] Use iPXE native RSA algorithm 12 years ago
  Michael Brown 7fb064470f [test] Add self-tests for RSA 12 years ago
  Michael Brown 299dedcff0 [crypto] Add native RSA algorithm 12 years ago
  Michael Brown c00eb6e190 [crypto] Add abstraction for a public-key algorithm 12 years ago
  Michael Brown e20550fddf [crypto] Add more ASN.1 functions for X.509 certificate parsing 12 years ago
  Michael Brown da76a489d6 [test] Run self-tests as an embedded image 12 years ago
  Michael Brown b0a1ad9242 [rng] Fix build error when assertions are enabled 12 years ago
  Michael Brown a0082b1308 [libc] Move VA_ARG_COUNT() macro to stdarg.h 12 years ago
  Olaf Hering 0e81ff2297 [myri10ge] Fix compilation error in myri10ge_command() with gcc 4.7 12 years ago
  Michael Brown 37cb7c7498 [crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt() 12 years ago
  1d 2k 321883014b [eepro100] Add PCI ID 8086:10fe 12 years ago
  Michael Brown 4e53303c03 [test] Add big integer self-tests 12 years ago
  Michael Brown 071184a6e4 [crypto] Add big-integer library for RSA calculations 12 years ago
  Michael Brown f229162749 [crypto] Add ASN.1 functions for X.509 certificate parsing 12 years ago
  Michael Brown ffb6d6be6d [rng] Remove obsolete (and unfinished) get_random_bytes() function 12 years ago
  Michael Brown 554627c960 [802.11] Use rbg_generate() for secure random numbers 12 years ago
  Michael Brown a0e559d1f3 [forcedeth] Use standard random() function 12 years ago
  Michael Brown b63bcd73a0 [tls] Use const to mark incoming data being processed 12 years ago
  Michael Brown 1c29b4d979 [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5 12 years ago
  Michael Brown 74b1e706a8 [ath9k] Fix compilation on older gcc versions 12 years ago
  Michael Brown b4bb39909e [prefix] Eliminate uninitialised variable 12 years ago
  Michael Brown 8ad1e7ac12 [test] Avoid using "static const" for test declarations 12 years ago
  Michael Brown 18ff2ad53e [debug] Ensure debug address and colourisation fields are fully initialised 12 years ago
  Michael Brown 1f238bc69e [test] Add NIST self-tests for AES128 and AES256 in CBC mode 12 years ago
  Michael Brown 8d038040ea [rng] Choose HMAC_DRBG using SHA-256 as the DRBG algorithm 12 years ago
  Michael Brown a810258b42 [rng] Add NIST self-tests for HMAC_DRBG using SHA-256 12 years ago
  Michael Brown b9d9c3f1d5 [rng] Allow HMAC_DRBG to use multiple underlying hash algorithms 12 years ago
  Michael Brown 742e43be05 [rng] Use SHA-256 for Hash_df, and validate the hash function strength 12 years ago
  Michael Brown 0978251a66 [rng] Add NIST self-tests for Hash_df using SHA-256 12 years ago
  Michael Brown fb6a33360f [rng] Allow hash_df() to accept multiple underlying hash algorithms 12 years ago
  Michael Brown c8f52cccfb [tls] Formalise the definition of a TLS cipher suite 12 years ago
  Michael Brown 6069b09bfc [tls] Support (and prefer) SHA-256 variants of existing cipher suites 12 years ago
  Michael Brown 015c936791 [tls] Support TLS version 1.2 12 years ago
  Michael Brown fba2310562 [crypto] Replace MD5 implementation 12 years ago
  Michael Brown cdb4802ff1 [802.11] Avoid using struct md5_ctx directly 12 years ago
  Michael Brown c15e73f283 [test] Add self-tests for MD5 algorithm 12 years ago
  Michael Brown bbdf17c3e8 [test] Add self-tests for SHA-256 algorithm 12 years ago
  Michael Brown 657ab17338 [crypto] Add SHA-256 algorithm 12 years ago
  Michael Brown 3b689e531d [x86_64] Use memory address constraint in __bswap_16s() 12 years ago
  Michael Brown 732bea2f88 [i386] Use memory address constraints in __bswap_16s() and __bswap_64s() 12 years ago
  Michael Brown e187de7239 [i386] Fix building on older versions of gcc 12 years ago
  Michael Brown 76f5939736 [crypto] Replace SHA-1 implementation 12 years ago
  Michael Brown 4100edf9d7 [802.11] Eliminate use of AXTLS-specific SHA1_SIZE constant 12 years ago
  Michael Brown c94a4a8d12 [test] Add self-tests for byte-order swapping functions 12 years ago