summaryrefslogtreecommitdiffstats
path: root/crypto/src/main/native/org_conscrypt_NativeCrypto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move conscrypt out to external/conscryptKenny Root2013-10-011-8195/+0
* Conscrypt: use certificate references in SSL codeKenny Root2013-09-121-63/+50
* Add specific exception for wrong final block lengthKenny Root2013-09-121-0/+1
* Merge "Conscrypt: remove dependence on stlport"Kenny Root2013-09-121-56/+32
|\
| * Conscrypt: remove dependence on stlportKenny Root2013-09-111-56/+32
* | Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-111-0/+1
|/
* Properly refcount X509 instancesKenny Root2013-09-111-6/+22
* Use sk_FOO_pop_free instead of sk_FOO_freeKenny Root2013-09-101-4/+5
* Move conscrypt out libjavacore and split testsKenny Root2013-08-301-24/+1
* Fix BIO_OutputStream::write to return the correct length.Elliott Hughes2013-08-191-11/+27
* Move libcore to C++11.Elliott Hughes2013-08-121-3/+2
* Fix libcore's NativeCode.mk so we actually compile with -Werror.Elliott Hughes2013-07-301-4/+5
* NativeCrypto: Add ALPN supportKenny Root2013-06-251-33/+136
* NativeCrypto: handle X.509 serial number 0Kenny Root2013-06-051-3/+2
* NativeCrypto: free error state on client_cbKenny Root2013-06-051-0/+5
* Merge "NativeCrypto: check that npnProtocols != NULL"Kenny Root2013-05-291-14/+19
|\
| * NativeCrypto: check that npnProtocols != NULLKenny Root2013-05-291-14/+19
* | NativeCrypto: change debug format string to "%.*s"Kenny Root2013-05-291-2/+2
|/
* NativeCrypto: add debug option for SSL streamsKenny Root2013-05-281-0/+78
* NativeCrypto: replace Harmony routines with OpenSSLKenny Root2013-05-061-0/+11
* NativeCrypto: exit early when ssl_session is nullKenny Root2013-05-031-0/+3
* NativeCrypto: move key conversion to JavaKenny Root2013-05-031-128/+18
* NativeCrypto: build native library standaloneKenny Root2013-05-021-55/+114
* Move JSSE to new packageKenny Root2013-04-291-0/+8067