index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
c_src
/
cipher.c
Age
Commit message (
Expand
)
Author
2019-06-19
crypto: Rename cipher fips macro
Hans Nilsson
2019-05-22
crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1
Hans Nilsson
2019-04-17
crypto: New function supports/1
Hans Nilsson
2019-04-10
crypto: Obey compile flags for no DSA, BF, DES, DH
Hans Nilsson
2019-04-05
crypto: Misc C-changes,
Hans Nilsson
2019-03-22
Merge pull request #2186 from essen/improve-cipher-info
Hans Nilsson
2019-03-21
crypto: Handle additional OPENSSL_NO_* flags
Hans Nilsson
2019-03-19
Add missing cipher modes to crypto:cipher_info/1 result
Loïc Hoguin
2019-03-19
crypto: Implement crypto one-shot
Hans Nilsson
2019-03-06
Add crypto:cipher_info/1 and crypto:hash_info/1
Loïc Hoguin
2019-02-25
crypto: New experimental api
Hans Nilsson
2019-02-04
crypto: Fix compilation < 1.0.0
Hans Nilsson
2019-01-08
Explicitly initialize all of the fields in cipher_types
Doug Hogan
2019-01-08
Revamp init_cipher_ctx()
Doug Hogan
2019-01-07
Revamp evp_cipher_ctx_dtor()
Doug Hogan
2018-12-21
Make cipher ctx init internal to cipher.c per PR feedback
Doug Hogan
2018-12-20
Add Ericsson AB copyright header to all new files
Doug Hogan
2018-12-20
Move cipher utility functions to a new file
Doug Hogan