22 Commits (598e55a795fa206571f94a7cb2e5834728b85c98)

Author SHA1 Message Date
  David Benjamin de2cf273d7 Avoid theoretical overflows in EVP_EncodeUpdate. 8 years ago
  David Benjamin 5aae776ede Remove calls to ERR_load_crypto_strings. 8 years ago
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 years ago
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 years ago
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 years ago
  David Benjamin e8261a0100 Convert base64_test to C++. 9 years ago
  David Benjamin 642f1498d0 evp: prevent underflow in base64 decoding 9 years ago
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 years ago
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 years ago
  David Benjamin de211dbd7b Don't use ssize_t in base64_test.c. 10 years ago
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 years ago
  David Benjamin d698f322b5 Introduce EVP_DecodeBase64. 10 years ago
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 years ago
  Adam Langley 660140206e Add EVP_EncodedLength. 10 years ago
  Adam Langley ded93581f1 Windows build fixes. 10 years ago
  David Benjamin 13f2710c37 Document that EVP_EncodeBlock writes a trailing NUL. 10 years ago
  Adam Langley 904a32e975 Touchup a couple of blank lines from 7b35b58a. 10 years ago
  David Benjamin 7b35b58ae6 Fix EVP_DecodeBlock and add tests. 10 years ago
  Adam Langley 8750fe58f4 base64: fix underflow in EVP_EncodeBlock. 10 years ago
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 years ago
  Adam Langley 64bda23cad Base64 padding fix. 10 years ago
  Adam Langley 95c29f3cd1 Inital import. 10 years ago