projects
/
platform
/
core
/
security
/
yaca.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix OpenSSL 1.1 issues
[platform/core/security/yaca.git]
/
src
/
encrypt.c
2016-09-09
Krzysztof Jackiewicz
Fix OpenSSL 1.1 issues
72/87372/3
blob
|
commitdiff
2016-09-09
Lukasz Pawelczyk
Adapt YACA to work with OpenSSL 1.1 preserving 1.0...
65/86965/9
blob
|
commitdiff
|
diff to current
2016-09-07
Kyungwook Tak
Fix svace defects
29/87229/1
blob
|
commitdiff
|
diff to current
2016-08-31
Krzysztof Jackiewicz
Convert yaca_padding_e to value acceptable by OpenSSL
67/86267/1
blob
|
commitdiff
|
diff to current
2016-08-30
Dariusz Michaluk
Key wrapping memory optimization.
30/85330/8
blob
|
commitdiff
|
diff to current
2016-08-29
Dariusz Michaluk
Add possibility to restore default encrypt/decrypt...
30/85530/4
blob
|
commitdiff
|
diff to current
2016-08-29
Dariusz Michaluk
Effective key length support in RC2.
82/85082/7
blob
|
commitdiff
|
diff to current
2016-08-29
Dariusz Michaluk
Fix: Check (un)wrapped key length.
blob
|
commitdiff
|
diff to current
2016-08-26
Dariusz Michaluk
Fix: Key wrapping, block finalizing before update.
92/84792/7
blob
|
commitdiff
|
diff to current
2016-08-19
Krzysztof Jackiewicz
Add GCM tag length verification
53/84453/2
blob
|
commitdiff
|
diff to current
2016-08-16
Krzysztof Jackiewicz
Handle encryption API call order
06/83506/4
blob
|
commitdiff
|
diff to current
2016-08-11
Krzysztof Jackiewicz
Merge 'acr2' into 'tizen'
05/83505/1
blob
|
commitdiff
|
diff to current
2016-08-11
Lukasz Pawelczyk
Static encrypt/digest algo list
07/83007/5
acr2
blob
|
commitdiff
|
diff to current
2016-08-05
Dariusz Michaluk
Merge branch 'tizen' into acr2
62/82762/1
blob
|
commitdiff
|
diff to current
2016-08-05
Krzysztof Jackiewicz
Fix for bug in OpenSSL's 3DES CFB1 implementation
33/82733/2
blob
|
commitdiff
|
diff to current
2016-08-04
Dariusz Michaluk
Add possibility to disabling encrypt/decrypt padding.
01/82201/5
blob
|
commitdiff
|
diff to current
2016-08-04
Dariusz Michaluk
Key wrapping implementation/example
58/81658/6
blob
|
commitdiff
|
diff to current
2016-07-29
Mateusz Forc
FIX: Add key type check for encrypt, move key_len check
24/81824/3
blob
|
commitdiff
|
diff to current
2016-07-27
Lukasz Pawelczyk
Merge branch 'tizen' into acr2
54/81654/1
blob
|
commitdiff
|
diff to current
2016-07-22
Mateusz Forc
FIX: Add key length check for all algorithms
32/80232/14
blob
|
commitdiff
|
diff to current
2016-07-19
Krzysztof Jackiewicz
Add custom tag length support in CCM
45/77945/27
blob
|
commitdiff
|
diff to current
2016-07-19
Krzysztof Jackiewicz
Check BCM in property handlers. Use EVP_Cipher* where...
40/77940/18
blob
|
commitdiff
|
diff to current
2016-07-14
Mateusz Forc
FIX: Unhandled OpenSSL error, when using invalid import...
blob
|
commitdiff
|
diff to current
2016-07-14
Dariusz Michaluk
Fix: RC4 doesn't support block cipher modes
blob
|
commitdiff
|
diff to current
2016-07-11
Mateusz Forc
Add nullptr check and return invalid param
46/79146/12
blob
|
commitdiff
|
diff to current
2016-07-08
Dariusz Michaluk
Allow NULL input/output only in CCM mode.
86/78986/2
blob
|
commitdiff
|
diff to current
2016-07-08
Krzysztof Jackiewicz
Merge "Adjust naming convention to API." into tizen
blob
|
commitdiff
|
diff to current
2016-07-08
Krzysztof Jackiewicz
Adjust naming convention to API.
01/76301/16
blob
|
commitdiff
|
diff to current
2016-07-06
Krzysztof Jackiewicz
Allow NULL value_len in yaca_context_get_property(...
01/77701/4
blob
|
commitdiff
|
diff to current
2016-06-15
Krzysztof Jackiewicz
Make sure output length argument is not NULL
21/74821/1
blob
|
commitdiff
|
diff to current
2016-06-14
Dariusz Michaluk
Merge encrypt/decrypt and seal/open common code.
34/73834/5
blob
|
commitdiff
|
diff to current
2016-06-08
Dariusz Michaluk
Use C89 style for comments.
99/73499/7
blob
|
commitdiff
|
diff to current
2016-06-08
Lukasz Pawelczyk
ACR: extend parameter names a little in specific cases
18/73518/2
blob
|
commitdiff
|
diff to current
2016-06-07
Lukasz Pawelczyk
ACR: fixes for function and enumeration names/values
18/73118/6
blob
|
commitdiff
|
diff to current
2016-06-06
Lukasz Pawelczyk
Smart tabs and comments consistency
16/73116/1
blob
|
commitdiff
|
diff to current
2016-06-06
Krzysztof Jackiewicz
Make sure yaca_*alloc() is not called with 0 size
06/73006/3
blob
|
commitdiff
|
diff to current
2016-06-06
Krzysztof Jackiewicz
ACR: Return error codes from all API functions
89/72989/4
blob
|
commitdiff
|
diff to current
2016-06-06
Dariusz Michaluk
Error handling refactoring.
53/72553/8
blob
|
commitdiff
|
diff to current
2016-05-31
Dariusz Michaluk
ACR: Fix code formatting.
94/72294/3
blob
|
commitdiff
|
diff to current
2016-05-27
Krzysztof Jackiewicz
Replace YACA_ERROR_TOO_BIG_ARGUMENT with YACA_ERROR_INV...
25/71925/3
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Remove not implemented Skipjack algorithm.
23/71923/2
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Remove YACA_ERROR_NOT_IMPLEMENTED
21/71921/2
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Introduce YACA_ERROR_NONE according to ACR.
00/71900/2
blob
|
commitdiff
|
diff to current
2016-05-27
Krzysztof Jackiewicz
Modify header names according to ACR
67/71867/4
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Add support to AES GCM/CCM. Update documentation.
66/69766/10
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Cleanup #include statements.
20/71520/2
blob
|
commitdiff
|
diff to current
2016-05-27
Dariusz Michaluk
Cleanup boilerplate notices.
98/71498/2
blob
|
commitdiff
|
diff to current
2016-05-25
Krzysztof Jackiewicz
Use "!= 0" instead of "< 0" when handling yaca errors
51/70951/2
blob
|
commitdiff
|
diff to current
2016-05-19
Dariusz Michaluk
Remove OCB block cipher mode.
06/69906/4
blob
|
commitdiff
|
diff to current
2016-05-19
Dariusz Michaluk
Add CFB1 and CFB8 chaining modes.
68/69468/6
blob
|
commitdiff
|
diff to current
2016-05-18
Lukasz Pawelczyk
API changes around key getters.
90/70190/2
blob
|
commitdiff
|
diff to current
2016-05-18
Dariusz Michaluk
Fix API for yaca_get_iv_bits().
39/70139/2
blob
|
commitdiff
|
diff to current
2016-05-18
Dariusz Michaluk
FIX: SIZE_MAX undeclared.
19/70119/1
blob
|
commitdiff
|
diff to current
2016-05-18
Lukasz Pawelczyk
Fix API for get_output_length()
32/69532/5
blob
|
commitdiff
|
diff to current
2016-05-16
Dariusz Michaluk
Add support to RC2/RC4 encrypt/decrypt. Update document...
99/69099/6
blob
|
commitdiff
|
diff to current
2016-05-16
Dariusz Michaluk
Add support to CAST5 encrypt/decrypt. Update documentation.
57/68957/7
blob
|
commitdiff
|
diff to current
2016-05-16
Dariusz Michaluk
Add support to DES encrypt/decrypt. Update documentation.
82/68782/7
blob
|
commitdiff
|
diff to current
2016-05-04
Dariusz Michaluk
Replace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNAL
29/67829/3
blob
|
commitdiff
|
diff to current
2016-04-26
Dariusz Michaluk
Seal/Open implementation.
72/66872/9
blob
|
commitdiff
|
diff to current
2016-04-26
Krzysztof Jackiewicz
Dump openssl errors after each failure
53/66853/6
blob
|
commitdiff
|
diff to current
2016-04-19
Dariusz Michaluk
Split symmetric/asymmetric encryption
29/66329/3
blob
|
commitdiff
|
diff to current
2016-04-15
Mateusz Kulikowski
Use crypto_zalloc for internal structure allocations.
03/65603/8
blob
|
commitdiff
|
diff to current
2016-04-15
Mateusz Kulikowski
Implement limited symmetric cipher support
01/65601/8
blob
|
commitdiff
|
diff to current
2016-04-14
Mateusz Kulikowski
Implement yaca_get_iv_bits()
00/65600/6
blob
|
commitdiff
|
diff to current
2016-04-14
Mateusz Kulikowski
encrypt: add get_symmetric_algorithm
99/65599/7
blob
|
commitdiff
|
diff to current
2016-04-08
Mateusz Kulikowski
Remove private headers (*_p.h)
blob
|
commitdiff
|
diff to current
2016-04-07
Mateusz Kulikowski
Rename owl -> yaca
blob
|
commitdiff
|
diff to current
2016-04-07
Lukasz Pawelczyk
Re-indent the definitions after adding the API prefix.
blob
|
commitdiff
|
diff to current
2016-04-07
Krzysztof Jackiewicz
Rename 'crypto' to 'owl' in include directives
blob
|
commitdiff
|
diff to current
2016-04-07
Lukasz Pawelczyk
Cleanups
blob
|
commitdiff
|
diff to current
2016-04-07
Lukasz Pawelczyk
Renamed the API from crypto_ to owl_. Filenames not...
blob
|
commitdiff
|
diff to current
2016-04-07
Mateusz Kulikowski
Library code stub
blob
|
commitdiff
|
diff to current