index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid_crypto.c
Age
Commit message (
Expand
)
Author
2008-08-15
use new shared HMAC_SHA1 code in crypto/hmac.[ch] rather than local
Damien Miller
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
Marco Peereboom
2008-06-25
use pools for the uio and iovec allocations in sr_crypto_getcryptop()
Thordur I. Bjornsson
2008-06-14
Provide a status field for operations on the bc_opaque data. Now we're
Hans-Joerg Hoexer
2008-06-14
Use multiple crypto keys per volume. Each key is used to encrypt at
Damien Miller
2008-06-14
implement a check code to determine whether the disk keys have
Damien Miller
2008-06-13
make the disk key masking algorithm a parameter and add some extra
Damien Miller
2008-06-13
Implement pbkdf2 in in bioctl to derive master key from a passphrase.
Hans-Joerg Hoexer
2008-06-13
When assembling an already initialized crytpo softraid, correctly copy in
Hans-Joerg Hoexer
2008-06-12
Pass error code via the crypto descriptor (ie. crp_etype) from crypto
Hans-Joerg Hoexer
2008-06-12
Get mask keying for on-disk keys from user space and keep a "hint" for key
Hans-Joerg Hoexer
2008-06-11
Move first pieces of crypto softraid into the tree. Still totally
Hans-Joerg Hoexer
2008-02-23
Oops to eager with the delete button. prompted by deraadt.
Marco Peereboom
2008-02-23
Backout premature code.
Marco Peereboom
2008-02-22
Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@
Hans-Joerg Hoexer
2008-02-19
Cleanup, spacing and KNF.
Marco Peereboom
2008-02-17
Kill stray comment
Marco Peereboom
2008-02-17
add my copyright, too.
Hans-Joerg Hoexer
2008-02-17
Add propper key encryption.
Hans-Joerg Hoexer
2008-02-15
Add myself to the copyrights, ok marco@
Chris Kuethe
2008-02-14
Actually implement the crypto.
Chris Kuethe
2008-02-07
Add optional metadata memebers.
Marco Peereboom
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
Marco Peereboom
2008-02-05
Create a generic function to validate IO instead of copying and pasting
Marco Peereboom
2008-01-31
Add me to copyright.
Marco Peereboom
2008-01-29
Improve performance dramatically by preventing severeal context switches.
Marco Peereboom
2008-01-27
Oops forgot one function when adding 16 byte scsi commands.
Marco Peereboom
2008-01-26
Remove duplicate protos
Marco Peereboom
2008-01-24
Bring softraid into the world of 16 byte commands; this allows for > 2TB disks
Marco Peereboom
2007-11-27
split crypto functions out into their own file, so softraid.c is not such
Ted Unangst