index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
[crypto] Allow wildcard matches on commonName as well as subjectAltName
Michael Brown
1
-10
/
+8
2014-03-31
[crypto] Add support for subjectAltName and wildcard certificates
Michael Brown
1
-8
/
+132
2014-03-30
[crypto] Allow signed timestamp error margin to be configured at build time
Michael Brown
2
-4
/
+6
2014-03-28
[crypto] Use fingerprint when no common name is available for debug messages
Michael Brown
1
-4
/
+14
2014-03-28
[crypto] Generalise X.509 cache to a full certificate store
Michael Brown
5
-238
/
+437
2014-03-27
[crypto] Add pubkey_match() to check for matching public/private key pairs
Michael Brown
1
-26
/
+89
2014-03-25
[crypto] Remove dynamically-allocated storage for certificate OCSP URI
Michael Brown
2
-33
/
+17
2014-03-25
[crypto] Remove dynamically-allocated storage for certificate name
Michael Brown
3
-96
/
+134
2014-03-25
[ocsp] Handle OCSP responses that don't provide certificates
Alexander Chernyakhovsky
1
-2
/
+7
2014-02-27
[uri] Refactor URI parsing and formatting
Michael Brown
1
-31
/
+31
2014-01-12
[deflate] Fix literal data length calculation
Michael Brown
1
-1
/
+1
2014-01-06
[deflate] Add support for DEFLATE decompression
Michael Brown
1
-0
/
+1045
2013-12-05
[settings] Force settings into alphabetical order within sections
Michael Brown
2
-3
/
+3
2013-12-05
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2
-6
/
+6
2013-07-19
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2
-33
/
+6
2013-05-29
[crypto] Accept OCSP responses containing multiple certificates
Michael Brown
1
-13
/
+132
2013-05-10
[crypto] Report meaningful error when certificate chain validation fails
Michael Brown
1
-7
/
+5
2013-04-19
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
1
-1
/
+1
2012-09-27
[crypto] Allow in-place CBC decryption
Michael Brown
1
-1
/
+3
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
26
-26
/
+52
2012-07-09
[arp] Try to avoid discarding ARP cache entries
Michael Brown
1
-1
/
+1
2012-06-20
[crypto] Allow an error margin on X.509 certificate validity periods
Michael Brown
2
-4
/
+4
2012-05-22
[crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"
Michael Brown
1
-3
/
+3
2012-05-22
[crypto] Require OCSP check if certificate provides an OCSP URI
Michael Brown
1
-0
/
+12
2012-05-21
[crypto] Construct OCSP check URI
Michael Brown
1
-0
/
+74
2012-05-21
[crypto] Fix margin of error for OCSP checks
Michael Brown
1
-2
/
+2
2012-05-21
[crypto] Return a NULL OCSP check if construction fails
Michael Brown
1
-0
/
+1
2012-05-21
[crypto] Return a NULL X.509 certificate if construction fails
Michael Brown
1
-0
/
+1
2012-05-21
[crypto] Accept UTCTime/GeneralizedTime with no "seconds" field
Michael Brown
1
-0
/
+6
2012-05-15
[crypto] Add framework for OCSP
Michael Brown
2
-3
/
+752
2012-05-14
[crypto] Add functions for constructing ASN.1 objects
Michael Brown
1
-0
/
+139
2012-05-14
[crypto] Parse OCSPSigning key purpose, if present
Michael Brown
1
-0
/
+8
2012-05-14
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
3
-105
/
+108
2012-05-14
[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()
Michael Brown
3
-106
/
+129
2012-05-14
[crypto] Generalise x509_parse_time() to asn1_generalized_time()
Michael Brown
2
-116
/
+123
2012-05-14
[crypto] Parse X.509 raw public key bit string
Michael Brown
1
-2
/
+8
2012-05-09
[crypto] Reduce standard debugging output
Michael Brown
1
-47
/
+49
2012-05-08
[crypto] Add x509_auto_append()
Michael Brown
2
-41
/
+79
2012-05-08
[crypto] Add x509_append_raw()
Michael Brown
2
-21
/
+38
2012-05-08
[crypto] Check that common name contains no NUL characters
Michael Brown
1
-0
/
+9
2012-05-08
[crypto] Allow for X.509 certificates with no common name
Michael Brown
2
-4
/
+5
2012-05-04
[crypto] Allow certificate chains to be long-lived data structures
Michael Brown
2
-225
/
+636
2012-05-04
[crypto] Fix memory leak in cms_verify_digest()
Michael Brown
1
-1
/
+2
2012-05-04
[crypto] Parse OCSP responder URI from X.509 certificate
Michael Brown
1
-6
/
+142
2012-04-24
[crypto] Do not allow build-time cryptography settings to be overridden
Michael Brown
2
-63
/
+101
2012-04-24
[crypto] Allow client certificate to be changed without a rebuild
Michael Brown
1
-9
/
+92
2012-04-19
[crypto] Allow trusted root certificate to be changed without a rebuild
Michael Brown
1
-1
/
+64
2012-04-10
[crypto] Fix wrong setup in function aes_wrap
Stefan Weil
1
-1
/
+1
2012-03-27
[crypto] Add an explicit "RSA signature incorrect" error message
Michael Brown
1
-1
/
+7
2012-03-26
[crypto] Disambiguate all CMS errors
Michael Brown
1
-5
/
+26
[next]