Sponsored Content
Full Discussion: Ssl
Top Forums UNIX for Advanced & Expert Users Ssl Post 302098270 by cbkihong on Friday 1st of December 2006 04:02:11 PM
Old 12-01-2006
Quote:
Originally Posted by satya009
What is the key diffirence between rsa and dsa.
RSA can do encryption as well as digital signatures. DSA only does digital signatures only.

If you do a search on Google, you will very likely find more details about it. Also, in case you are a student, please understand that we cannot help you with homework questions.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

implicit ssl vs explicit ssl

Can someone explain the difference between the two. Thanks (1 Reply)
Discussion started by: jerardfjay
1 Replies

2. HP-UX

Apache and SSL

When everytime I start apache, it asks me to enter pass phrase, and I have to enter the pass phrase manually. I would like to write a script to monitor the apache, such that it will check the apache status, if it is stopped, then start it automatically. However, the script fails since the pass... (1 Reply)
Discussion started by: alfredo
1 Replies

3. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies

4. Programming

SSL over TCP/IP

I am trying to develop a c++ application which will communicate with client through SSL(Not https).We are using self-signed certificates. I have installed openssl and boost library. I have tried some boost sample code also and its working. Boost C++ Libraries -... (2 Replies)
Discussion started by: johnbach
2 Replies

5. Web Development

Apache, cgi script run twice when ssl, once when not ssl

I have interesting problem. https:/host/some/x.cgi - this script has run twice when I call this url But http:/host/some/x.cgi work fine, only once. Output is text/plain. If I change output format to the Content-type text/html, then both urls works fine - executed only once. (2 Replies)
Discussion started by: kshji
2 Replies

6. UNIX for Dummies Questions & Answers

vsftpd with SSL

Hi there. Im studying and i've got an exercise that i cannot fully understand. Im trying and testing, but it didnt works What i need to configure ftps ( vsftpd ) with openssl? (1 Reply)
Discussion started by: andriusman
1 Replies

7. Red Hat

SSL configuration

Dear All, I have one URL which is working fine for our application. The url is using http:// but i want it also to work under https ...for that i configured SSL and tried to restart httpd in my Linux server. But I am getting the error ================================= Init: Unable... (1 Reply)
Discussion started by: jegaraman
1 Replies

8. Red Hat

SSL over https

Hi guys, I'm trying to generate a key using the genkey command in centos 6.4 and RHEL6.4, Every thing seems to go cool but I get this error message bad certificate request error -8016 and no key/cert is generated. I don't want use the many openssl(s) commands instead since genkey is a shourtcut... (3 Replies)
Discussion started by: leo_ultra_leo
3 Replies

9. Linux

Apache wildcard ssl on subdomain serves same page for non ssl virtualhosts

Issue observed: I have configured ng.my-site.com using widlcard ssl cert. When I hit https://www.my-site.com it loads ng.my-site.com website! please advise if I missed any concept / configs... Thank you! httpd.conf <VirtualHost *:80> ServerName www.my-site.com ServerAdmin... (0 Replies)
Discussion started by: ashokvpp
0 Replies
ldns(3) 						     Library Functions Manual							   ldns(3)

NAME
ldns_key_set_algorithm, ldns_key_set_rsa_key, ldns_key_set_dsa_key, ldns_key_set_hmac_key, ldns_key_set_origttl, ldns_key_set_inception, ldns_key_set_expiration, ldns_key_set_pubkey_owner, ldns_key_set_keytag, ldns_key_set_flags, ldns_key_list_set_key_count SYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> void ldns_key_set_algorithm(ldns_key *k, ldns_signing_algorithm l); void ldns_key_set_rsa_key(ldns_key *k, RSA *r); void ldns_key_set_dsa_key(ldns_key *k, DSA *d); void ldns_key_set_hmac_key(ldns_key *k, unsigned char *hmac); void ldns_key_set_origttl(ldns_key *k, uint32_t t); void ldns_key_set_inception(ldns_key *k, uint32_t i); void ldns_key_set_expiration(ldns_key *k, uint32_t e); void ldns_key_set_pubkey_owner(ldns_key *k, ldns_rdf *r); void ldns_key_set_keytag(ldns_key *k, uint16_t tag); void ldns_key_set_flags(ldns_key *k, uint16_t flags); void ldns_key_list_set_key_count(ldns_key_list *key, size_t count); DESCRIPTION
ldns_key_set_algorithm() Set the key's algorithm k: the key l: the algorithm ldns_key_set_rsa_key() Set the key's rsa data. The rsa data should be freed by the user. k: the key r: the rsa data ldns_key_set_dsa_key() Set the key's dsa data The dsa data should be freed by the user. k: the key d: the dsa data ldns_key_set_hmac_key() Set the key's hmac data k: the key hmac: the raw key data ldns_key_set_origttl() Set the key's original ttl k: the key t: the ttl ldns_key_set_inception() Set the key's inception date (seconds after epoch) k: the key i: the inception ldns_key_set_expiration() Set the key's expiration date (seconds after epoch) k: the key e: the expiration ldns_key_set_pubkey_owner() Set the key's pubkey owner k: the key r: the owner ldns_key_set_keytag() Set the key's key tag k: the key tag: the keytag ldns_key_set_flags() Set the key's flags k: the key flags: the flags ldns_key_list_set_key_count() Set the keylist's key count to count key: the key count: the cuont AUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS
Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT
Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
ldns_key. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS
This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)
All times are GMT -4. The time now is 03:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy