Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 years ago |
Richard Levitte
|
28428130db
Update copyright year
|
6 years ago |
Matt Caswell
|
3fd5970035
Add support for the SRP base64 alphabet
|
6 years ago |
Matt Caswell
|
c080461448
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Jakub Zelenka
|
c1054bb4d2
Add EVP_ENCODE_CTX_copy
|
8 years ago |
Emilia Kasper
|
2cdce3e32f
base64 macro: parenthesize for clarity
|
8 years ago |
Matt Caswell
|
cf3404fcc7
Change the return type of EVP_EncodeUpdate
|
8 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
Matt Caswell
|
2bd5d70ce5
Ensure EVP_EncodeUpdate handles an output length that is too long
|
8 years ago |
Matt Caswell
|
ee1e3cac2e
Avoid overflow in EVP_EncodeUpdate
|
8 years ago |
Rich Salz
|
43ecb9c35c
GH641: Don't care openssl_zmalloc
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Richard Levitte
|
a0be4fd17b
Make EVP_ENCODE_CTX opaque
|
9 years ago |
Viktor Dukhovni
|
4fe1cbdff8
Fix indentation
|
9 years ago |
Emilia Kasper
|
b785504a10
base64 decode: check for high bit
|
9 years ago |
Emilia Kasper
|
3cdd1e94b1
RT3757: base64 encoding bugs
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Matt Caswell
|
b86d7dca69
Sanity check EVP_EncodeUpdate buffer len
|
9 years ago |
Rich Salz
|
a2b18e657e
ifdef cleanup, part 4a: '#ifdef undef'
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Geoff Thorpe
|
fce3821111
evp: prevent underflow in base64 decoding
|
10 years ago |
Veres Lajos
|
478b50cf67
misspellings fixes by https://github.com/vlajos/misspell_fixer
|
11 years ago |
Ben Laurie
|
c8bbd98a2b
Fix warnings.
|
14 years ago |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
16 years ago |
Ben Laurie
|
5e4430e70d
More size_tification.
|
16 years ago |
Andy Polyakov
|
ebc06fba67
Bunch of constifications.
|
17 years ago |
Richard Levitte
|
0fc6b2c9e2
Do no try to pretend we're at the end of anything unless we're at the end
|
19 years ago |