summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assume <ncr.h> includes <stdint.h>Miloslav Trmač2010-08-233-0/+3
* Drop a few unnecessary #includes from examplesMiloslav Trmač2010-08-232-8/+0
* Provide a nicer example on including <ncrypto.h>Miloslav Trmač2010-08-232-4/+4
* Allow overriding CFLAGSMiloslav Trmač2010-08-231-3/+8
* Abstract <linux/ncr.h> from <ncrypto.h> usersMiloslav Trmač2010-08-2310-9/+18
* Attach "userspace/" into top-level MakefileMiloslav Trmač2010-08-231-0/+3
* Add port of examples/pk.c to libcryptodevMiloslav Trmač2010-08-233-2/+753
* Add derivation algorithm param to ncr_key_derive()Miloslav Trmač2010-08-232-2/+3
* Add remaining accessors for ncr_key_params_tMiloslav Trmač2010-08-232-0/+63
* Implement DH key paramsMiloslav Trmač2010-08-232-4/+9
* Add ncr_key_get_algorithm()Miloslav Trmač2010-08-232-0/+11
* Add helper function ncr_key_get_infoMiloslav Trmač2010-08-231-36/+17
* Implement missing algorithm-specific keygen paramsMiloslav Trmač2010-08-233-7/+64
* Allow empty id_sizeMiloslav Trmač2010-08-231-1/+1
* Use EOVERFLOW if input data is too largeMiloslav Trmač2010-08-232-3/+9
* Support NCR_OP_VERIFY in *_once_*Miloslav Trmač2010-08-231-2/+22
* Support output data in NCRIO_SESSION_UPDATEMiloslav Trmač2010-08-233-8/+12
* Use NCR_KEY_INVALID for clarityMiloslav Trmač2010-08-231-1/+1
* Remove somewhat confusing castsMiloslav Trmač2010-08-231-4/+4
* Don't set the master key in an example program.Miloslav Trmač2010-08-231-2/+0
* Fix and reenable unwrapping testMiloslav Trmač2010-08-231-2/+3
* Use the correct wrapping keyMiloslav Trmač2010-08-231-2/+2
* Remove an unused variableMiloslav Trmač2010-08-231-2/+0
* Don't prohibit NCR_ALG_NULL.Miloslav Trmač2010-08-231-1/+1
* Don't assume NCR_SESSION_INVALID is 0Miloslav Trmač2010-08-231-4/+4
* Don't assume NCR_KEY_INVALID is 0Jan Chadima2010-08-231-13/+13
* Use O_CLOEXEC for the internal file descriptorJan Chadima2010-08-231-1/+1
* Delete libcryptodev.so* on (make clean)Miloslav Trmač2010-08-231-1/+1
* Integrate examples/ncr_lib.cMiloslav Trmač2010-08-232-1/+7
* Add Jan's port of ncr.c to libcryptodev.Jan Chadima2010-08-231-0/+476
* Don't repeat the list of example programsMiloslav Trmač2010-08-231-1/+1
* Userspace library updates from JanJan Chadima2010-08-232-12/+13
* Add missing "return";Miloslav Trmač2010-08-231-0/+1
* Include the header file for close()Miloslav Trmač2010-08-231-0/+1
* Update prototype of ncr_key_generate_params_set_rsa_eMiloslav Trmač2010-08-231-1/+1
* Initial userspace library versionJan Chadima2010-08-239-142/+848
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-1930-28/+24
* Merge branch 'bugfixes'Miloslav Trmač2010-08-121-1/+1
|\
| * Fix prime testingMiloslav Trmač2010-08-121-1/+1
* | Merge branch 'replace-lists'Miloslav Trmač2010-08-080-0/+0
|\ \
| * | Finally remove the unused list_sem_st.Miloslav Trmač2010-08-081-5/+0
| * | Stop looking in the hash table after the first match.Miloslav Trmač2010-08-081-1/+7
| * | Use hash tables to speed up limit lookupMiloslav Trmač2010-08-081-45/+80
| * | Store all types of limits together.Miloslav Trmač2010-08-082-18/+25
| * | Use <linux/idr.h> for session ID allocation and lookupMiloslav Trmač2010-08-083-69/+52
| * | Use <linux/idr.h> for key ID allocation and lookupMiloslav Trmač2010-08-083-110/+88
| * | Change NCR_{KEY,SESSION}_INVALIDMiloslav Trmač2010-08-081-2/+2
| * | Use ncr_lists instead of list_sem_st in intefacesMiloslav Trmač2010-08-085-92/+105
* | | Merge branch 'bugfixes'Miloslav Trmač2010-08-080-0/+0
|\ \ \ | | |/ | |/|
| * | Ensure sign_hash is valid in RSA sign/verifyMiloslav Trmač2010-08-081-0/+8