Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Use algo_properties_st in pkcs_1_oaep_decode | Miloslav Trmač | 2010-07-24 | 3 | -10/+10 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in pkcs_1_pss_encode | Miloslav Trmač | 2010-07-24 | 3 | -8/+8 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in pkcs_1_oaep_encode | Miloslav Trmač | 2010-07-24 | 3 | -11/+13 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in hash_get_oid | Miloslav Trmač | 2010-07-24 | 4 | -5/+7 | |
| | | | | | | | ||||||
| | | * | | | | Replace algo_can_*, algo_needs_iv with direct accesses | Miloslav Trmač | 2010-07-24 | 1 | -62/+5 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in rsa_verify_hash_ex | Miloslav Trmač | 2010-07-24 | 3 | -9/+10 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in rsa_sign_hash_ex | Miloslav Trmač | 2010-07-24 | 3 | -9/+10 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in rsa_decrypt_key_ex | Miloslav Trmač | 2010-07-24 | 3 | -8/+9 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in rsa_encrypt_key_ex | Miloslav Trmač | 2010-07-24 | 3 | -8/+11 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in ncr_key_params_get_sign_hash | Miloslav Trmač | 2010-07-24 | 3 | -19/+20 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in ncr_pk_generate | Miloslav Trmač | 2010-07-24 | 3 | -7/+6 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in ncr_pk_ctx.oaep_hash | Miloslav Trmač | 2010-07-24 | 2 | -6/+10 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in ncr_pk_ctx.sign_hash | Miloslav Trmač | 2010-07-24 | 2 | -4/+12 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in ncr_pk_ctx.algorithm | Miloslav Trmač | 2010-07-24 | 3 | -12/+12 | |
| | | | | | | | ||||||
| | | * | | | | Replace ncr_algoritm_to_key_type by a struct member | Miloslav Trmač | 2010-07-24 | 4 | -55/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also handle some algorithms missing in the function. | |||||
| | | * | | | | Use algo_properties_st in ncr_algorithm_to_key_type | Miloslav Trmač | 2010-07-24 | 3 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | An intermediary patch, the function will be removed in next commit. | |||||
| | | * | | | | Use algo_properties_st in key_item_st | Miloslav Trmač | 2010-07-24 | 5 | -15/+34 | |
| | | | | | | | ||||||
| | | * | | | | Use algo_properties_st in session_item_st | Miloslav Trmač | 2010-07-24 | 2 | -37/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop no longer necessary lookup functions. | |||||
| | | * | | | | Rename algo_properties_st members for better readability | Miloslav Trmač | 2010-07-24 | 2 | -19/+19 | |
| | | | | | | | ||||||
| | | * | | | | Make algo_properties_st public inside the module | Miloslav Trmač | 2010-07-24 | 2 | -11/+13 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'standalone-rename' into userspace-crypto | Miloslav Trmač | 2010-07-31 | 9 | -114/+145 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'standalone-master' into standalone-rename | Miloslav Trmač | 2010-07-31 | 9 | -114/+145 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS README TODO userspace/setkey.c | |||||
| | * | | | | | just noticed that the DSA generation algorithm is not the nist one. | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | put correct license. | Nikos Mavrogiannopoulos | 2010-07-29 | 2 | -10/+38 | |
| | | | | | | | ||||||
| | * | | | | | updated README. | Nikos Mavrogiannopoulos | 2010-07-29 | 2 | -4/+14 | |
| | | | | | | | ||||||
| | * | | | | | small change in AUTHORS. | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | updated | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -8/+4 | |
| | | | | | | | ||||||
| | * | | | | | NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API. | Nikos Mavrogiannopoulos | 2010-07-28 | 5 | -5/+11 | |
| | | | | | | | ||||||
| | * | | | | | Use less stack and memory. | Nikos Mavrogiannopoulos | 2010-07-28 | 1 | -89/+91 | |
| | | | | | | | ||||||
| | * | | | | | Added Mirek. | Nikos Mavrogiannopoulos | 2010-07-28 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | * | | | | | Don't access new objects when not holding a reference | Miloslav Trmač | 2010-07-28 | 2 | -2/+3 | |
| | | | | | | | ||||||
| | * | | | | | Fix error paths in _ncr_session_init | Miloslav Trmač | 2010-07-28 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | * | | | | | Fix kmalloc return value check | Miloslav Trmač | 2010-07-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Return ENOMEM on session allocation errors | Miloslav Trmač | 2010-07-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Drop a duplicate prototype | Miloslav Trmač | 2010-07-28 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | Drop left-over code for data objects | Miloslav Trmač | 2010-07-28 | 2 | -4/+0 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | Merge branch 'standalone-rename' into userspace-crypto | Miloslav Trmač | 2010-07-27 | 16 | -189/+741 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: crypto/userspace/Makefile | |||||
| * | | | | | Merge branch 'standalone-master' into standalone-rename | Miloslav Trmač | 2010-07-27 | 16 | -189/+741 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: COPYING examples/pk.c | |||||
| | * | | | | Implemented Diffie Hellman Key exchange. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -57/+479 | |
| | | | | | | ||||||
| | * | | | | Added TODO list. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | Added Diffie Hellman key generation. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -24/+354 | |
| | | | | | | ||||||
| | * | | | | More copyright fixes. | Nikos Mavrogiannopoulos | 2010-07-27 | 3 | -0/+19 | |
| | | | | | | ||||||
| | * | | | | Corrected copyright notices. | Nikos Mavrogiannopoulos | 2010-07-27 | 7 | -9/+23 | |
| | | | | | | ||||||
| | * | | | | relicensed under GNU GPLv2. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -689/+363 | |
| | | | | | | ||||||
| | * | | | | Don't leak memory on realloc failure. | Miloslav Trmač | 2010-07-26 | 2 | -31/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This guarantees ses->sg and ses->pages are non-NULL, so drop no longer necessary checks for NULL. | |||||
| | * | | | | Don't duplicate expansion of session page pointers | Miloslav Trmač | 2010-07-26 | 1 | -32/+23 | |
| | | | | | | ||||||
| | * | | | | Set output size for symmetric encryption operations | Miloslav Trmač | 2010-07-26 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Make sure there is space for encryption output | Miloslav Trmač | 2010-07-26 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | Fix an error path in _unwrap_aes_rfc5649 | Miloslav Trmač | 2010-07-26 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Don't override the user-specified key algorithm | Miloslav Trmač | 2010-07-26 | 1 | -2/+1 | |
| | | | | | |