1. 4cffafe Use the private RNG for data that is not public by Kurt Roeckx · 7 years ago
  2. 16cfc2c Don't use a ssl specific DRBG anymore by Kurt Roeckx · 7 years ago
  3. 3b855b1 update SRP copyright notice by Tim Hudson · 7 years ago
  4. a2c2e00 Convert remaining functions in statem_clnt.c to use SSLfatal() by Matt Caswell · 7 years ago
  5. f63a17d Convert the state machine code to use SSLfatal() by Matt Caswell · 7 years ago
  6. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  7. 208fb89 Since return is inconsistent, I removed unnecessary parentheses and by KaoruToda · 7 years ago
  8. ae3947d Add a DRBG to each SSL object by Rich Salz · 8 years ago
  9. 135976b Use memset to clear SRP_CTX instead of NULL and zero assignments by Diego Santa Cruz · 8 years ago
  10. e655f54 Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login. by Diego Santa Cruz · 8 years ago
  11. a230b26 Indent ssl/ by Emilia Kasper · 9 years ago
  12. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  13. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  14. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  15. d73ca3e Remove an NULL ptr deref in an error path by Matt Caswell · 9 years ago
  16. 57b272b Use single master secret generation function. by Dr. Stephen Henson · 10 years ago
  17. 857048a Use #error in openssl/srp.h by Rich Salz · 10 years ago
  18. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  19. 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
  20. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  21. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  22. 0989790 Check SRP parameters early. by Dr. Stephen Henson · 11 years ago
  23. f2fc307 PR: 1794 by Dr. Stephen Henson · 13 years ago
  24. ebba6c4 PR: 1794 by Dr. Stephen Henson · 13 years ago
  25. b93e331 Reorder headers to get definitions before they are used. by Dr. Stephen Henson · 14 years ago
  26. d70fcb9 Fix warnings: signed/unisgned comparison, shadowing (in some cases global by Dr. Stephen Henson · 14 years ago
  27. edc032b Add SRP support. by Ben Laurie · 14 years ago