index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
/
aes_ofb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-04-04
Add an explicit load_config() call so any added algorithms are
Dr. Stephen Henson
1
-0
/
+4
2006-04-04
Fix dynamic public key method lookup.
Dr. Stephen Henson
1
-2
/
+2
2006-04-04
New function to retrieve ASN1 info on public key algorithms. New command
Dr. Stephen Henson
8
-9
/
+81
2006-04-04
Stop warning.
Dr. Stephen Henson
1
-1
/
+0
2006-04-04
Update and add last (?) set of GOST OIDs.
Dr. Stephen Henson
4
-9
/
+37
2006-04-03
clarification
Bodo Möller
1
-1
/
+7
2006-04-03
check length properly
Bodo Möller
1
-1
/
+1
2006-04-03
simplify: use s2n macro
Bodo Möller
1
-4
/
+2
2006-04-03
Avoid hard-coded table length where we can use sizeof.
Bodo Möller
1
-105
/
+105
2006-04-03
fix memory leak
Bodo Möller
1
-0
/
+4
2006-04-03
Change chop to chomp when reading lines, so CRLF is properly processed on
Richard Levitte
1
-2
/
+2
2006-04-02
More GOST OIDs
Dr. Stephen Henson
4
-5
/
+243
2006-04-02
Add GOST parameter set OIDs.
Dr. Stephen Henson
4
-5
/
+326
2006-03-31
Don't free up key in priv_decode.
Dr. Stephen Henson
1
-1
/
+0
2006-03-31
Initialize pval.
Dr. Stephen Henson
1
-4
/
+1
2006-03-31
If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd better
Richard Levitte
1
-0
/
+5
2006-03-31
Fix gost OIDs.
Dr. Stephen Henson
4
-22
/
+23
2006-03-30
Synchronise with recent changes
Richard Levitte
1
-4
/
+4
2006-03-30
The -config option flag needs to be in the SSLEAY_CONFIG value.
Richard Levitte
2
-2
/
+2
2006-03-30
fix for hostname extension
Bodo Möller
1
-18
/
+51
2006-03-30
Implement Supported Elliptic Curves Extension.
Bodo Möller
9
-157
/
+333
2006-03-30
Change default curve (for compatibility with a
Bodo Möller
1
-3
/
+3
2006-03-30
Implement cipher-suite selection logic given Supported Point Formats Extension.
Bodo Möller
1
-0
/
+67
2006-03-29
Fix typo.
Dr. Stephen Henson
1
-1
/
+1
2006-03-29
Add some GOST OIDs.
Dr. Stephen Henson
4
-5
/
+73
2006-03-29
Add missing function declaration.
Dr. Stephen Henson
1
-1
/
+9
2006-03-28
Fix bug where freed OIDs could be accessed in EVP_cleanup() by
Dr. Stephen Henson
6
-7
/
+37
2006-03-28
Typo.
Dr. Stephen Henson
1
-2
/
+2
2006-03-28
New utility pkeyparam. Enhance and bugfix algorithm specific parameter
Dr. Stephen Henson
18
-67
/
+370
2006-03-28
New general public key utility 'pkey'.
Dr. Stephen Henson
4
-5
/
+295
2006-03-28
Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, not
Richard Levitte
2
-0
/
+5
2006-03-27
Since we're moving between directories, let's get an absolute path to
Richard Levitte
1
-1
/
+1
2006-03-26
Simplify ASN.1 for point format list
Bodo Möller
1
-27
/
+5
2006-03-25
Only try to remove the tsa.dir subdirectory if it actually exists.
Richard Levitte
1
-3
/
+6
2006-03-24
Initial support for generalized public key parameters.
Dr. Stephen Henson
7
-11
/
+84
2006-03-23
Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
13
-118
/
+197
2006-03-23
Typo.
Dr. Stephen Henson
1
-1
/
+1
2006-03-23
Fix bug in DSA, EC methods.
Dr. Stephen Henson
2
-6
/
+6
2006-03-23
Add information and pem strings. Update dependencies.
Dr. Stephen Henson
14
-19
/
+221
2006-03-22
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
13
-55
/
+179
2006-03-22
Keep up with the changes in the Unix build system.
Richard Levitte
1
-4
/
+4
2006-03-22
Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
Dr. Stephen Henson
10
-519
/
+735
2006-03-22
Gather printing routines into EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
12
-622
/
+669
2006-03-22
VMS doesn't support includes of paths very well.
Richard Levitte
2
-3
/
+7
2006-03-21
Synchronise with recent changes
Richard Levitte
1
-5
/
+6