summaryrefslogtreecommitdiff
path: root/ext/encryptors
Commit message (Expand)AuthorAgeFilesLines
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-33/+9
* WT-3001 WT_EXTENSION_API references are named inconsistently. (#3115)Keith Bostic2016-11-032-21/+22
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-012-9/+29
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-3/+3
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-3/+4
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-012-2/+2
* WT-1822Keith Bostic2015-08-281-2/+3
* s_all run of: "style.py" resulted in:Keith Bostic2015-08-261-2/+6
* WT-1822. Add test to ensure that error codes returned by decryptDon Anderson2015-08-241-12/+78
* Avoid islower / isupper in the ROTN code: it behaves in unexpected ways on va...Michael Cahill2015-05-141-5/+7
* Replace a large paragraph on why we allocate extension structures insteadKeith Bostic2015-05-082-12/+2
* Fix some minor build issues with encryption: don't commit Makefile.in, avoid ...Michael Cahill2015-05-072-673/+9
* In rotn, remove unneeded checks and fixed return value for presize(). WT-1822.Don Anderson2015-05-051-5/+1
* Removed references to random(). WT-1822.Don Anderson2015-05-041-4/+8
* KNF, lint.Keith Bostic2015-04-291-18/+18
* KNFKeith Bostic2015-04-291-7/+9
* We require the ANSI C behavior where a free of a NULL is OK.Keith Bostic2015-04-291-11/+5
* Make nop_encrypt() match rotn_encrypt(): return ENOMEM if the destinationKeith Bostic2015-04-291-1/+1
* Fixed uninitialized variable. References WT-1822.Don Anderson2015-04-291-10/+10
* Use result_len to allow for padding. Send in the buffer size asSusan LoVerso2015-04-271-5/+7
* Revert "In our sample encryptores, compute a checksum on the plaintext,"Don Anderson2015-04-271-64/+31
* Added new encryption test for mismatch configuration; style fixes.Don Anderson2015-04-261-1/+1
* In our sample encryptores, compute a checksum on the plaintext,Don Anderson2015-04-251-31/+64
* Fixed spelling in comments.Don Anderson2015-04-231-5/+5
* Style fixes.Don Anderson2015-04-231-6/+6
* Added a variation of the rotn encryptor that allows testing with secretkey.Don Anderson2015-04-221-33/+119
* Move to automake 1.15.Keith Bostic2015-04-221-6/+19
* KNF.Don Anderson2015-04-151-1/+0
* Added a rotn encryptor shared object, as a basis for simple encryptionDon Anderson2015-04-152-0/+364
* Merge branch 'develop' into encryption-apiDon Anderson2015-04-141-50/+82
* Add system password usages and bad password testing. #1822Susan LoVerso2015-04-131-82/+50
* Add big comment about sizes used on decrypt. #1822Susan LoVerso2015-04-021-1/+1
* Modified encryptor API to replace pre_size/post_size with sizing.Don Anderson2015-04-021-32/+8
* Added ext/encryptors to the list to be automatically built.Don Anderson2015-03-282-56/+85
* More plumbing. #1822Susan LoVerso2015-03-263-0/+836