summaryrefslogtreecommitdiffstats
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* [crypto] Generalise X.509 OID-identified algorithm to asn1.cMichael Brown2012-03-223-95/+129
* [crypto] Validate path length constraint in certificate chainMichael Brown2012-03-211-0/+14
* [crypto] Use standard bit-rotation functionsMichael Brown2012-03-213-33/+3Star
* [build] Allow a client certificate to be specified at build timeMichael Brown2012-03-201-0/+80
* [crypto] Use linker tables for RSA digestInfo prefixesMichael Brown2012-03-201-37/+26Star
* [tls] Check certificate validity period against current date and timeMichael Brown2012-03-201-7/+41
* [tls] Parse X.509 validity times into seconds since the EpochMichael Brown2012-03-201-12/+14
* [tls] Add full X.509 certificate parsingMichael Brown2012-03-192-23/+1206
* [rsa] Actually check the unused-bits byte in the public key bit stringMichael Brown2012-03-181-3/+4
* [crypto] Force caller to provide temporary storage for modular calculationsMichael Brown2012-03-182-26/+43
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-181-1/+2
* [crypto] Remove obsolete AXTLS RSA algorithmMichael Brown2012-03-182-1782/+0Star
* [tls] Use iPXE native RSA algorithmMichael Brown2012-03-181-142/+14Star
* [crypto] Add native RSA algorithmMichael Brown2012-03-182-0/+600
* [crypto] Add abstraction for a public-key algorithmMichael Brown2012-03-181-0/+49
* [crypto] Add more ASN.1 functions for X.509 certificate parsingMichael Brown2012-03-182-2/+106
* [rng] Fix build error when assertions are enabledMichael Brown2012-03-181-2/+2
* [crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt()Michael Brown2012-03-141-3/+3
* [crypto] Add big-integer library for RSA calculationsMichael Brown2012-03-142-0/+122
* [crypto] Add ASN.1 functions for X.509 certificate parsingMichael Brown2012-03-131-5/+57
* [rng] Remove obsolete (and unfinished) get_random_bytes() functionMichael Brown2012-03-131-55/+0Star
* [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown2012-03-0910-602/+504Star
* [rng] Allow HMAC_DRBG to use multiple underlying hash algorithmsMichael Brown2012-03-061-59/+73
* [rng] Allow hash_df() to accept multiple underlying hash algorithmsMichael Brown2012-03-062-9/+11
* [crypto] Replace MD5 implementationMichael Brown2012-03-051-180/+242
* [crypto] Add SHA-256 algorithmMichael Brown2012-03-051-0/+254
* [crypto] Replace SHA-1 implementationMichael Brown2012-03-043-265/+270
* [802.11] Eliminate use of AXTLS-specific SHA1_SIZE constantMichael Brown2012-03-041-16/+17
* [rng] Add missing #include <assert.h>Michael Brown2012-03-042-0/+2
* [crypto] Use ANS X9.82 Approved get_random_nz() for RSAMichael Brown2012-02-211-2/+9
* [rng] Add get_random_nz() function required by RSA algorithmMichael Brown2012-02-211-0/+75
* [rng] Add ANS X9.82 RBG wrapper functionsMichael Brown2012-02-211-0/+114
* [rng] Add ANS X9.82 mandatory start-up testsMichael Brown2012-02-211-0/+32
* [rng] Add ANS X9.82 mandatory continuous testsMichael Brown2012-02-211-1/+295
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-213-15/+152
* [rng] Record validity within DRBG stateMichael Brown2012-02-211-4/+13
* [rng] Add missing #include <string.h>Michael Brown2012-02-213-0/+3
* [802.11] Add missing #include <string.h>Michael Brown2012-02-211-0/+1
* [rng] Add ANS X9.82 Approved Hash_df derivation functionMichael Brown2012-02-191-0/+134
* [rng] Add ANS X9.82 Approved DRBG mechanismMichael Brown2012-01-231-0/+416
* [rng] Add dummy entropy sourceMichael Brown2012-01-231-0/+48
* [rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown2012-01-231-0/+342
* [tls] Accept certificates without a version numberMichael Brown2011-08-132-28/+49
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-043-0/+6
* [build] Rename gPXE to iPXEMichael Brown2010-04-2014-26/+26
* [crypto] Add a placeholder for a proper random number generatorJoshua Oreman2010-01-051-0/+55
* [crypto] Add AES key-wrap mode (RFC 3394)Joshua Oreman2010-01-051-0/+123
* [crypto] Make AES context size and algorithm structure externally availableJoshua Oreman2010-01-051-12/+1Star
* [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2Joshua Oreman2010-01-051-0/+165
* [cipher] Add the ARC4 stream cipherJoshua Oreman2010-01-051-0/+131