index
:
platform_external_libsrtp2
android-s-beta-4
android-s-beta-5
android10-gsi
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
emu-master-dev
main-cg-testing-release
master
sdk-release
simpleperf-release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds missing config.h file, conveniently hidden by local .gitignore...
Andreas Huber
2019-08-20
1
-0
/
+197
*
support building shared library on windows
Pascal Bühler
2019-08-06
2
-4
/
+4
*
remove support for rand_s in tests
Pascal Bühler
2019-07-10
1
-14
/
+0
*
Merge pull request #452 from hbakken/work/reset-cipher-ctx-before-reuse
Pascal Bühler
2019-07-04
2
-0
/
+2
|
\
|
*
Use EVP_CIPHER_CTX_cleanup instead
Pascal Bühler
2019-07-02
2
-2
/
+2
|
*
crypto/cipher: Reset the EVP_CIPHER_CTX structure before each test
Henrik Grindal Bakken
2019-06-27
2
-0
/
+2
*
|
Make compilable in C89
Johan 't Hart
2019-06-13
1
-1
/
+1
|
/
*
Merge pull request #428 from pabuhler/ci-nss-valgrind
Pascal Bühler
2018-10-22
4
-6
/
+35
|
\
|
*
switch NSS_NoDB_Init() to NSS_InitContext()
Pascal Buhler
2018-09-28
4
-6
/
+35
*
|
crypto/cipher/aes_icm_ossl.c: Fixup ASCII
Geir Istad
2018-10-09
1
-3
/
+3
*
|
fix comment
Pascal Bühler
2018-10-01
1
-1
/
+1
*
|
clean up some old random related things
Pascal Buhler
2018-09-28
1
-6
/
+0
*
|
create single rand func for use in tests
Pascal Buhler
2018-09-28
5
-30
/
+93
|
/
*
Merge pull request #423 from pabuhler/travis-nss-build
Pascal Bühler
2018-09-07
1
-7
/
+9
|
\
|
*
Small changes to FIND_LIBRARIES solution for running tests
Pascal Buhler
2018-08-22
1
-7
/
+9
*
|
Free already allocated NSS crypto keys when initing
Nils Ohlmeier
2018-08-14
2
-0
/
+10
|
/
*
Fix GCM IV logging
Nils Ohlmeier
2018-08-06
2
-2
/
+2
*
clang-format didn't like this blank line
Richard Barnes
2018-07-27
1
-1
/
+0
*
Yet more clang-format
Richard Barnes
2018-07-27
2
-3
/
+3
*
More clang-format fixes
Richard Barnes
2018-07-27
2
-11
/
+12
*
Fix clang-format errors
Richard Barnes
2018-07-27
3
-39
/
+42
*
Minor refactors suggested by @martinthomson
Richard Barnes
2018-07-27
4
-35
/
+31
*
Clean up library-finding logic
Richard Barnes
2018-07-27
1
-1
/
+15
*
Enable crypto tests to find their libraries (with a bit of a hack)
Richard Barnes
2018-07-27
1
-8
/
+11
*
Fix header guards
Richard Barnes
2018-07-27
1
-4
/
+4
*
printf cleanup
Richard Barnes
2018-07-27
3
-18
/
+4
*
Non-shell tests pass
Richard Barnes
2018-07-27
6
-30
/
+110
*
GCM passes crypto tests
Richard Barnes
2018-07-27
4
-15
/
+28
*
Uniform naming of GCM constructs
Richard Barnes
2018-07-27
6
-39
/
+34
*
ICM tests now pass
Richard Barnes
2018-07-27
3
-27
/
+43
*
Get tests to run (not yet pass)
Richard Barnes
2018-07-27
2
-0
/
+12
*
Fix crypto/Makefile.in
Richard Barnes
2018-07-27
1
-3
/
+3
*
Further consolidation
Richard Barnes
2018-07-27
9
-131
/
+44
*
Initial ICM implementation
Richard Barnes
2018-07-27
3
-1
/
+572
*
Initial GCM implementation
Richard Barnes
2018-07-27
2
-0
/
+587
*
Initial build system changes
Richard Barnes
2018-07-27
1
-0
/
+8
*
Detect and handle broken "OPENSSL_cleanse".
Joachim Bauch
2018-06-01
2
-1
/
+27
*
Compatibilty with LibreSSL
JonathanS
2018-04-09
2
-3
/
+3
*
Merge pull request #403 from pabuhler/set-gcm-iv-directly
Pascal Bühler
2018-04-04
1
-11
/
+3
|
\
|
*
Set gcm IV directly with EVP_CipherInit_ex
Pascal Buhler
2018-02-26
1
-11
/
+3
*
|
Merge pull request #404 from pabuhler/add-extern-to-global-variables
Pascal Bühler
2018-03-12
4
-33
/
+33
|
\
\
|
*
|
prefix global debug modules with srtp
Pascal Buhler
2018-03-06
4
-19
/
+19
|
*
|
check for NULL value in debug module
Pascal Buhler
2018-03-06
1
-1
/
+1
|
*
|
add extern to global variables
Pascal Buhler
2018-03-06
1
-15
/
+15
|
|
/
*
/
prevent potential double free
Pascal Buhler
2018-03-07
1
-0
/
+1
|
/
*
Return NULL when allocating memory of size zero
Paul E. Jones
2017-11-29
1
-0
/
+4
*
bitvector of length zero is not valid
Pascal Buhler
2017-11-28
1
-2
/
+4
*
fixed clang format
Nils Ohlmeier
2017-11-18
1
-1
/
+0
*
moved srtp_debug_module's to new header as well
Nils Ohlmeier
2017-11-18
5
-27
/
+18
*
removed externs from cipher types header
Nils Ohlmeier
2017-11-18
1
-8
/
+8
[next]