index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
speed.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-03
After saving errno clear it before calls to strtol et. al.
Viktor Dukhovni
1
-0
/
+4
2016-04-03
make update
Viktor Dukhovni
1
-0
/
+2
2016-04-03
Move peer chain security checks into x509_vfy.c
Viktor Dukhovni
31
-73
/
+543
2016-04-03
Tidy up x509_vfy callback handling
Viktor Dukhovni
3
-289
/
+221
2016-04-03
Ordinals adjustment
Richard Levitte
1
-2
/
+2
2016-04-03
Rename get/set_app_data to get0/set0_app_data
Matt Caswell
4
-11
/
+11
2016-04-03
Various DSA opacity fixups
Matt Caswell
7
-89
/
+54
2016-04-03
make update
Matt Caswell
1
-0
/
+36
2016-04-03
Added DSA opacity to CHANGES
Matt Caswell
1
-0
/
+5
2016-04-03
Document functions added as a result of DSA opacity changes
Matt Caswell
3
-44
/
+262
2016-04-03
Make DSA_METHOD opaque
Matt Caswell
14
-153
/
+476
2016-04-03
Make the DSA structure opaque
Matt Caswell
16
-88
/
+243
2016-04-02
Adapt some test recipes to the newer cmdstr()
Richard Levitte
9
-9
/
+9
2016-04-02
Enhance OpenSSL::Test::cmdstr to give cmd string variants
Richard Levitte
1
-2
/
+25
2016-04-02
moved structure bio_buf_mem_st from headers to bss_mem.c
Kirill Marinushkin
3
-7
/
+8
2016-04-02
sizeof() updated to cover coding style
Kirill Marinushkin
1
-2
/
+2
2016-04-02
Optimized BIO mem read - without reallocation
Kirill Marinushkin
5
-41
/
+88
2016-04-02
Fix: CRYPTO_THREAD_run_once
Mat
1
-2
/
+2
2016-04-02
apps/opt.c: next was only used when NDEBUG undefined, move it inside guard
Richard Levitte
1
-1
/
+1
2016-04-02
make depend: Check that find returned a non-empty string rather than an empty
Richard Levitte
1
-1
/
+1
2016-04-02
Fix X509_PUBKEY cached key handling.
Dr. Stephen Henson
3
-26
/
+66
2016-04-02
Correcting typo that causes make install fail
Coty Sutherland
1
-1
/
+1
2016-04-01
Add the C macro NDEBUG when configuring for release
Richard Levitte
1
-0
/
+2
2016-04-01
Force argv to be an array of long pointers on VMS
Richard Levitte
5
-24
/
+19
2016-04-01
Make the use of perl more consistent
Richard Levitte
4
-4
/
+5
2016-03-31
Use return "" not set a var and return.
Rich Salz
2
-305
/
+146
2016-03-31
crypto/blake2: make lowest-level function handle multiple blocks..
Andy Polyakov
4
-171
/
+288
2016-03-31
OpenSSL::Test: have cmdstr() return the true command.
Richard Levitte
1
-2
/
+2
2016-03-31
When looking for executables, don't forget the extension
Richard Levitte
1
-6
/
+13
2016-03-31
RT4458: Fix #ifndef line for GOST
Pauli
1
-2
/
+2
2016-03-31
Fix "no-ui" configuration
Richard Levitte
7
-46
/
+118
2016-03-31
Make the '-in' option in apps/passwd.c less mandatory
Richard Levitte
1
-4
/
+10
2016-03-31
Remove the CRYPTO_mem_leaks adjustment for the BIO
Matt Caswell
1
-13
/
+1
2016-03-30
Fix buffer overrun in ASN1_parse().
Ben Laurie
2
-11
/
+20
2016-03-30
Fix pointer size issues with argv on VMS
Richard Levitte
3
-12
/
+23
2016-03-30
Fix pointer size issue with setbuf() on VMS
Richard Levitte
1
-0
/
+14
2016-03-30
Fix pointer size issues on VMS
Richard Levitte
2
-0
/
+49
2016-03-30
Rearrange the use of 'proto' in BIO_lookup
Richard Levitte
1
-10
/
+11
2016-03-30
When verbosity is requested, OpenSSL::Test::run() displays the command
Richard Levitte
1
-0
/
+3
2016-03-30
Have OpenSsl..Test::app() and friends look for file in source as well
Richard Levitte
1
-9
/
+21
2016-03-30
Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.t
Richard Levitte
1
-4
/
+4
2016-03-30
Add the option 'interpreter_args' to perlapps() and perltest()
Richard Levitte
1
-3
/
+21
2016-03-30
Remove X509_PUBKEY lock.
Dr. Stephen Henson
1
-19
/
+11
2016-03-30
Make it legal C.
Ben Laurie
1
-1
/
+1
2016-03-30
More things that don't work together.
Ben Laurie
1
-0
/
+2
2016-03-30
Fix build compilation failures
Matt Caswell
2
-3
/
+1
2016-03-30
Break out DllMain from crypto/cryptlib.c and use it in shared libs only
Richard Levitte
3
-49
/
+55
2016-03-30
Make it possible to specify source files that will only be used for shared libs
Richard Levitte
4
-4
/
+47
2016-03-30
Adapt bf_lbuf for opaque BIO
Richard Levitte
2
-3
/
+2
2016-03-30
'make test' depends of having util/shlib-wrap.sh symlinked in build dir
Richard Levitte
1
-1
/
+2
[next]